Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 6b593f7

Browse files
chore(deps): bump docker/build-push-action from 6.17.0 to 6.18.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.17.0 to 6.18.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.17.0...v6.18.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 6.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent db5494e commit 6b593f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ jobs:
3838
registry: ${{ env.REGISTRY }}
3939
- name: Push to GitHub Packages - Nightly
4040
if: github.ref == 'refs/heads/main' || github.event.inputs.tag == 'main'
41-
uses: docker/build-push-action@v6.17.0
41+
uses: docker/build-push-action@v6.18.0
4242
with:
4343
push: true
4444
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:nightly
4545
- name: Push to GitHub Packages - Release
4646
if: startsWith(github.ref, 'refs/tags/v') || startsWith(github.event.inputs.tag, 'v')
47-
uses: docker/build-push-action@v6.17.0
47+
uses: docker/build-push-action@v6.18.0
4848
with:
4949
push: true
5050
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest,${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.get-version.outputs.version }}

0 commit comments

Comments
 (0)