Skip to content

Commit cee0c45

Browse files
Bump docker/build-push-action from 5 to 6 (#19)
1 parent 4a90108 commit cee0c45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/package.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
org.opencontainers.image.licenses=MIT
9292
9393
- name: 👷 Build and 🚀 Push to GitHub Container/Package Registry
94-
uses: docker/build-push-action@v5
94+
uses: docker/build-push-action@v6
9595
with:
9696
context: .
9797
file: ubuntu_debian
@@ -206,7 +206,7 @@ jobs:
206206
org.opencontainers.image.licenses=MIT
207207
208208
- name: 👷 Build and 🚀 Push to GitHub Container/Package Registry
209-
uses: docker/build-push-action@v5
209+
uses: docker/build-push-action@v6
210210
with:
211211
context: .
212212
file: fedora

0 commit comments

Comments
 (0)