Skip to content

Commit

Permalink
Merge pull request #34 from WORD-COINS/renovate/docker-build-push-act…
Browse files Browse the repository at this point in the history
…ion-6.x

chore(deps): update docker/build-push-action action to v6
  • Loading branch information
puripuri2100 authored Nov 11, 2024
2 parents 176ea19 + 746a7c7 commit 528ee9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and Push
uses: docker/build-push-action@v2
uses: docker/build-push-action@v6
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit 528ee9d

Please sign in to comment.