Skip to content

Commit b8c8207

Browse files
chore(deps): update docker/build-push-action action to v6
1 parent 9bd1caf commit b8c8207

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
@@ -33,7 +33,7 @@ jobs:
3333
run: echo "::set-output name=TAG_NAME::$(if [[ "${{ steps.branch_name.outputs.BRANCH_NAME }}" == "main" ]]; then echo "latest"; else echo "${{ steps.branch_name.outputs.BRANCH_NAME }}"; fi)"
3434

3535
- name: Build and push Docker image
36-
uses: docker/build-push-action@v5
36+
uses: docker/build-push-action@v6
3737
with:
3838
context: .
3939
push: true

0 commit comments

Comments
 (0)