Skip to content

Commit e68e88b

Browse files
Merge pull request #3 from progamesigner/dependabot/github_actions/docker/build-push-action-5
Bump docker/build-push-action from 4 to 5
2 parents c30cb2c + c2e2a3b commit e68e88b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
registry: ghcr.io
3838
username: ${{ github.actor }}
3939
password: ${{ secrets.GITHUB_TOKEN }}
40-
- uses: docker/build-push-action@v4
40+
- uses: docker/build-push-action@v5
4141
with:
4242
build-args: |
4343
DISTRO=${{ matrix.distro }}

0 commit comments

Comments
 (0)