Skip to content

Commit 90830ac

Browse files
authored
Merge pull request #32 from netbootxyz/renovate/docker-build-push-action-6.x
Update docker/build-push-action action to v6
2 parents 3c55637 + 156f0de commit 90830ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
password: ${{ secrets.GITHUB_TOKEN }}
4040

4141
- name: Build and push image
42-
uses: docker/build-push-action@v5
42+
uses: docker/build-push-action@v6
4343
with:
4444
push: true
4545
context: .

0 commit comments

Comments
 (0)