Skip to content

Commit

Permalink
ci: trigger workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tikazyq committed Dec 20, 2024
1 parent 3932b29 commit eed451e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docker-crawlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -369,4 +369,3 @@ jobs:
run: |
docker tag ${{ env.IMAGE_NAME_CRAWLAB_GH }}:${{ needs.setup.outputs.version }} ${{ (matrix.registry == 'dockerhub' && env.IMAGE_NAME_CRAWLAB_DOCKERHUB) || (matrix.registry == 'tencent' && env.IMAGE_NAME_CRAWLAB_TENCENT) }}:${{ needs.setup.outputs.version }}
docker push ${{ (matrix.registry == 'dockerhub' && env.IMAGE_NAME_CRAWLAB_DOCKERHUB) || (matrix.registry == 'tencent' && env.IMAGE_NAME_CRAWLAB_TENCENT) }}:${{ needs.setup.outputs.version }}

0 comments on commit eed451e

Please sign in to comment.