File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 5050
5151 - name : Docker meta
5252 id : meta
53- if : ${{ steps.semantic.outputs.new_release_published == 'true'}}
5453 uses : docker/metadata-action@v5
5554 with :
5655 flavor : |
@@ -63,20 +62,17 @@ jobs:
6362 type=semver,pattern={{major}},value=${{ steps.semantic.outputs.new_release_git_tag }}
6463
6564 - name : Set up Docker Buildx
66- if : ${{ steps.semantic.outputs.new_release_published == 'true' }}
6765 uses : docker/setup-buildx-action@v3
6866
6967 - name : Login to GitHub Container Registry
7068 uses : docker/login-action@v3
71- if : ${{ steps.semantic.outputs.new_release_published == 'true' }}
7269 with :
7370 registry : ghcr.io
7471 username : ${{ github.actor }}
7572 password : ${{ github.token }}
7673
7774 - name : Build and push docker image
7875 uses : docker/build-push-action@v5
79- if : ${{ steps.semantic.outputs.new_release_published == 'true' }}
8076 with :
8177 context : .
8278 platforms : linux/amd64,linux/arm64
You can’t perform that action at this time.
0 commit comments