Skip to content

Commit

Permalink
Merge pull request #12 from Domochip/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/build-push-action-6

Bump docker/build-push-action from 5 to 6
  • Loading branch information
Domochip authored Jun 26, 2024
2 parents d975d71 + 2cde026 commit 4862d33
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-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
tags : type=raw,latest-dev

- name: Build and push Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
images: ${{ github.repository }}

- name: Build and push Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 4862d33

Please sign in to comment.