Skip to content

Commit

Permalink
Merge pull request #73 from amphitheatre-app/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/docker/setup-buildx-action-3
  • Loading branch information
wangeguo authored Sep 19, 2023
2 parents 3c0c8c0 + dfa20d4 commit 35a6584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
path: /tmp/digests/${{ matrix.bin }}

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Extract metadata (tags, labels) for Docker
id: meta
Expand Down

0 comments on commit 35a6584

Please sign in to comment.