Skip to content

Commit f0b7321

Browse files
authored
Merge pull request #16 from LumosaSoftware/dependabot/github_actions/docker/build-push-action-7
chore(deps): bump docker/build-push-action from 6 to 7
2 parents 565323e + 18f873f commit f0b7321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
repo="${GITHUB_REPOSITORY,,}"
4141
echo "versioned=ghcr.io/${repo}:${{ inputs.image_tag }}" >> "$GITHUB_OUTPUT"
4242
echo "latest=ghcr.io/${repo}:latest" >> "$GITHUB_OUTPUT"
43-
- uses: docker/build-push-action@v6
43+
- uses: docker/build-push-action@v7
4444
with:
4545
context: .
4646
file: Dockerfile.64

0 commit comments

Comments
 (0)