Skip to content

Commit

Permalink
build(deps): bump docker/build-push-action from 5 to 6
Browse files Browse the repository at this point in the history
  • Loading branch information
WoodenMaiden authored Sep 25, 2024
2 parents 1b07c5c + d7999d0 commit 41f07b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
tags: ghcr.io/timecopsync/crud:${{ steps.no-v.outputs.no-v }},ghcr.io/timecopsync/crud:latest

0 comments on commit 41f07b9

Please sign in to comment.