Fixes broken references in CircleCI (#2)

* Fixes broken references in CircleCI
This commit is contained in:
Iain Sproat
2022-11-07 18:07:02 +00:00
committed by GitHub
parent efb5ce6449
commit 89379c4700
+3 -2
View File
@@ -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