Skip to content

Commit 374cb0b

Browse files
authored
Merge pull request #5 from 1995parham-teaching/dependabot/github_actions/docker/build-push-action-6
chore(deps): bump docker/build-push-action from 5 to 6
2 parents 06bad01 + 395c8f9 commit 374cb0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
registry: ghcr.io
4545
username: ${{ github.repository_owner }}
4646
password: ${{ secrets.GITHUB_TOKEN }}
47-
- uses: docker/build-push-action@v5
47+
- uses: docker/build-push-action@v6
4848
with:
4949
file: "build/package/Dockerfile"
5050
context: .

0 commit comments

Comments
 (0)