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 4587824 commit 62da815
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 @@ -20,6 +20,7 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
DOCKER_REGISTRY: 821090935708.dkr.ecr.eu-west-1.amazonaws.com/
- name: Check ic cached buildx image exists
continue-on-error: true
id: cache-check
run: docker pull ${{vars.AWS_ECR_REPO_BASE}}/moby/buildkit:buildx-stable-roberta-test
- name: Fetch buildx image
Expand All @@ -29,7 +30,6 @@ jobs:
docker tag moby/buildkit:buildx-stable-1 ${{vars.AWS_ECR_REPO_BASE}}/moby/buildkit:buildx-stable-roberta-test
docker push ${{vars.AWS_ECR_REPO_BASE}}/moby/buildkit:buildx-stable-roberta-test
- name: Set up Docker Buildx
continue-on-error: true
uses: docker/setup-buildx-action@v3
with:
driver-opts: |
Expand Down

0 comments on commit 62da815

Please sign in to comment.