Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action action to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 18, 2024
1 parent dd909b3 commit 43013af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: docker/setup-buildx-action@v1
- name: Build Image
id: docker_build
uses: docker/build-push-action@v2
uses: docker/build-push-action@v6
with:
push: false
file: images/${{ matrix.path }}/${{ matrix.version }}/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
echo ::set-output name=POST_TAG::$(git describe --tag | cut -d "-" -f 2,3)
- name: Build and push ghcr.io
uses: docker/build-push-action@v1
uses: docker/build-push-action@v6
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit 43013af

Please sign in to comment.