Skip to content

Commit

Permalink
Automated actions upgrade
Browse files Browse the repository at this point in the history
Changing docker/build-push-action v5 to v6
Changing docker/build-push-action v5 to v6
  • Loading branch information
wasilak committed Jun 18, 2024
1 parent bb79c30 commit 4f96da1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
# https://github.com/docker/build-push-action
- name: Build and push
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
build-args: |
VERSION=${{ github.ref_name }}
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
# https://github.com/docker/build-push-action
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
build-args: |
Expand Down

0 comments on commit 4f96da1

Please sign in to comment.