Skip to content

Commit 404686c

Browse files
committed
chore(ci): lock docker/build-push-action to major version
Signed-off-by: 💻 Eher <[email protected]>
1 parent b17977a commit 404686c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# Build and push Docker image with Buildx (don't push on PR)
5656
# https://github.com/docker/build-push-action
5757
- name: Build and push Docker image
58-
uses: docker/build-push-action@v5.0.0
58+
uses: docker/build-push-action@v5
5959
with:
6060
context: .
6161
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)