Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.1.7
Browse files Browse the repository at this point in the history
chore(deps): update docker/build-push-action action to v6.3.0
chore(deps): update docker/setup-qemu-action action to v3.1.0
chore(deps): update docker/setup-buildx-action action to v3.4.0

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and GoetzGoerisch committed Jul 5, 2024
1 parent b1f1072 commit 2d646fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/[email protected].6
uses: actions/[email protected].7

# Login against a Docker registry except on PR
# https://github.com/docker/login-action
Expand All @@ -55,14 +55,14 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Set up QEMU
uses: docker/setup-qemu-action@v3.0.0
uses: docker/setup-qemu-action@v3.1.0
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.3.0
uses: docker/setup-buildx-action@v3.4.0

# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
- name: Build and push Docker image
uses: docker/build-push-action@v6.2.0
uses: docker/build-push-action@v6.3.0
with:
context: .
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit 2d646fa

Please sign in to comment.