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 f45e225 commit 1491cff
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/roberta-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,14 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
DOCKER_REGISTRY: 821090935708.dkr.ecr.eu-west-1.amazonaws.com/
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
driver-opts: |
image=${{vars.AWS_ECR_REPO_BASE}}/moby/buildkit:buildx-stable-2
- name: Check ic cached buildx image exists
id: cache-check
run: docker pull ${{vars.AWS_ECR_REPO_BASE}}/moby/buildkit:buildx-stable-roberta-test
- name: Fetch buildx image
if: ${{ failure() && steps.cache-check.conclusion == 'failure' }}
run: echo "this didn't work"
# - name: Set up Docker Buildx
# uses: docker/setup-buildx-action@v3
# with:
# driver-opts: |
# image=${{vars.AWS_ECR_REPO_BASE}}/moby/buildkit:buildx-stable-2

0 comments on commit 1491cff

Please sign in to comment.