Skip to content

Commit

Permalink
build: [upgrade-makesystem-bot] Upgrade to v0.5.33.
Browse files Browse the repository at this point in the history
Automated change generated by the Upgrade Makesystem Bot.
  • Loading branch information
Tuxdude committed Jun 10, 2024
1 parent 6e725f6 commit 801f9ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bootstrap/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.32
0.5.33
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ permissions:
packages: write

env:
PLATFORMS: linux/amd64,linux/arm64/v8
DOCKERHUB_TEST_TAG: ci-test

jobs:
Expand Down Expand Up @@ -134,7 +133,7 @@ jobs:
)
with:
context: .
platforms: ${{env.PLATFORMS}}
platforms: ${{env.IMAGE_SUPPORTED_DOCKER_PLATFORMS}}
push: true
provenance: mode=max
sbom: true
Expand All @@ -155,7 +154,7 @@ jobs:
)
with:
context: .
platforms: ${{env.PLATFORMS}}
platforms: ${{env.IMAGE_SUPPORTED_DOCKER_PLATFORMS}}
push: false
tags: ${{ env.DOCKERHUB_REPO_NAME }}:${{ env.DOCKERHUB_TEST_TAG }}
build-args: ${{ steps.docker_build_args.outputs.build_args }}
Expand Down

0 comments on commit 801f9ce

Please sign in to comment.