Skip to content

Commit

Permalink
chore: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
robertaandersen committed Nov 12, 2024
1 parent 1491cff commit c5ddb7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/roberta-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
DOCKER_REGISTRY: 821090935708.dkr.ecr.eu-west-1.amazonaws.com/
- name: Check ic cached buildx image exists
id: cache-check
run: docker pull ${{vars.AWS_ECR_REPO_BASE}}/moby/buildkit:buildx-stable-roberta-test
run: docker pull ${{vars.AWS_ECR_REPO_BASE}}/moby/buildkit:buildx-stable-1
- name: Fetch buildx image
if: ${{ failure() && steps.cache-check.conclusion == 'failure' }}
run: echo "this didn't work"
Expand Down

0 comments on commit c5ddb7e

Please sign in to comment.