Skip to content

Commit ccc5749

Browse files
committed
chore: upgrade docker/build-push-action to version 6
- Upgrade the docker/build-push-action from version 5 to version 6 Signed-off-by: appleboy <[email protected]>
1 parent 500e849 commit ccc5749

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
@@ -64,7 +64,7 @@ jobs:
6464
echo "REPO=${GITHUB_REPOSITORY,,}" >> ${GITHUB_ENV}
6565
6666
- name: Build and push
67-
uses: docker/build-push-action@v5
67+
uses: docker/build-push-action@v6
6868
with:
6969
context: .
7070
platforms: linux/amd64,linux/arm,linux/arm64

0 commit comments

Comments
 (0)