Fixes broken references in CircleCI (#2)
* Fixes broken references in CircleCI
This commit is contained in:
@@ -11,7 +11,8 @@ workflows:
|
||||
|
||||
- docker-build:
|
||||
filters:
|
||||
tags: *filter-all-tags
|
||||
tags: &filter-all-tags # run for all tags
|
||||
only: /.*/
|
||||
branches:
|
||||
ignore:
|
||||
- main
|
||||
@@ -65,7 +66,7 @@ jobs:
|
||||
docker: &docker-image
|
||||
- image: cimg/base:2022.04
|
||||
resource_class: &docker-resource-class large
|
||||
working_directory: *workingdir
|
||||
working_directory: &workingdir /tmp/ci
|
||||
steps:
|
||||
- checkout
|
||||
- setup_remote_docker: &remote-docker
|
||||
|
||||
Reference in New Issue
Block a user