Skip to content

Commit

Permalink
Upgrading GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sammyd committed Mar 19, 2024
1 parent f962396 commit c4896a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3.1.0
uses: docker/setup-buildx-action@v3.2.0
with:
buildkitd-flags: --debug

Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
echo "::set-output name=tag_list::${TAG_LIST}"
- name: Build and push
uses: docker/build-push-action@v5.2.0
uses: docker/build-push-action@v5.3.0
with:
context: .
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit c4896a8

Please sign in to comment.