diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 5ce3f43..cf207db 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -2,7 +2,7 @@ name: Build and Push to Registry on: push: - branches: [ cicd ] + branches: [ dev ] env: REGISTRY: git.4nkweb.com @@ -40,4 +40,5 @@ jobs: ENV_VARS=${{ secrets.ENV_VARS }} tags: | ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest + ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:dev ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ gitea.sha }} \ No newline at end of file