Browse Source

chore: git version tag

lejianwen 5 months ago
parent
commit
fb8b5b9cf4
2 changed files with 0 additions and 2 deletions
  1. 0 1
      .github/workflows/build-test.yaml
  2. 0 1
      .github/workflows/build.yaml

+ 0 - 1
.github/workflows/build-test.yaml

@@ -171,7 +171,6 @@ jobs:
171 171
       #  this has to run only if invoked by a new tag
172 172
       - name: Create and push manifest (:ve.rs.ion)
173 173
         uses: Noelware/docker-manifest-action@master
174
-        if: github.event_name != 'workflow_dispatch'
175 174
         with:
176 175
           tags: ${{ secrets.DOCKER_IMAGE }}:${{ env.GIT_TAG }}
177 176
           inputs: |

+ 0 - 1
.github/workflows/build.yaml

@@ -308,7 +308,6 @@ jobs:
308 308
       #  this has to run only if invoked by a new tag
309 309
       - name: Create and push manifest (:ve.rs.ion)
310 310
         uses: Noelware/docker-manifest-action@master
311
-        if: github.event_name != 'workflow_dispatch'
312 311
         with:
313 312
           tags: ${{ secrets.DOCKER_IMAGE }}:${{ env.GIT_TAG }}
314 313
           inputs: |