Skip to content

Commit ca56468

Browse files
authored
Merge pull request #10 from Relm4/dependabot/github_actions/docker/build-push-action-6
Bump docker/build-push-action from 5 to 6
2 parents 4ff622e + 8280300 commit ca56468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/container_image.yml

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

2727
- name: Build and push
28-
uses: docker/build-push-action@v5
28+
uses: docker/build-push-action@v6
2929
with:
3030
push: ${{ github.event_name != 'pull_request' }}
3131
tags: ghcr.io/relm4/relm4/docs:latest

0 commit comments

Comments
 (0)