We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bd1caf commit b8c8207Copy full SHA for b8c8207
.github/workflows/docker-publish.yml
@@ -33,7 +33,7 @@ jobs:
33
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)"
34
35
- name: Build and push Docker image
36
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
37
with:
38
context: .
39
push: true
0 commit comments