Skip to content

Commit f55c977

Browse files
Merge pull request #20 from Troopers/dependabot/github_actions/docker/build-push-action-6
github-actions(deps): bump docker/build-push-action from 5 to 6
2 parents 3fa2e6e + daa141a commit f55c977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
password: ${{ secrets.GITHUB_TOKEN }}
3636

3737
- name: Build and push ${{ matrix.image }}
38-
uses: docker/build-push-action@v5
38+
uses: docker/build-push-action@v6
3939
with:
4040
context: "{{defaultContext}}:${{ matrix.image }}"
4141
push: true

0 commit comments

Comments
 (0)