Skip to content

Commit 27e9ccb

Browse files
authored
Merge pull request #8 from valkyoth/dependabot/github_actions/docker/build-push-action-7
chore(deps): bump docker/build-push-action from 6 to 7
2 parents 57e72a1 + 7d671f6 commit 27e9ccb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
} >> "${GITHUB_OUTPUT}"
121121
122122
- name: Build and publish image
123-
uses: docker/build-push-action@v6
123+
uses: docker/build-push-action@v7
124124
with:
125125
context: .
126126
file: ${{ matrix.containerfile }}

0 commit comments

Comments
 (0)