Skip to content

Commit

Permalink
Merge pull request #94 from KarhouTam/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/build-push-action-6

chore(deps): bump docker/build-push-action from 5 to 6
  • Loading branch information
KarhouTam authored Oct 4, 2024
2 parents 485c9ed + 4343971 commit c0ac2d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

# https://github.com/docker/build-push-action
- name: Build Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: .env/Dockerfile
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Push image to ghcr.io
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: .env/Dockerfile
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
password: ${{ secrets.ALIYUN_TOKEN }}

- name: Push image to aliyun
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: .env/Dockerfile
Expand Down

0 comments on commit c0ac2d6

Please sign in to comment.