Skip to content

Commit

Permalink
Merge branch 'main' into bump-go-version
Browse files Browse the repository at this point in the history
  • Loading branch information
tma authored Jul 8, 2024
2 parents 4e9ed6d + 0fa59d3 commit 5b2436b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
# 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@v5
uses: docker/build-push-action@v6
with:
context: .
push: ${{ env.BUILD_TYPE == 'release' }}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.22.3-bullseye AS builder-base
FROM --platform=$BUILDPLATFORM golang:1.22.5-bullseye AS builder-base

ARG TARGETOS TARGETARCH

Expand Down

0 comments on commit 5b2436b

Please sign in to comment.