diff --git a/.github/workflows/deploy-render.yaml b/.github/workflows/deploy-render.yaml index 3696b66a..a982434c 100644 --- a/.github/workflows/deploy-render.yaml +++ b/.github/workflows/deploy-render.yaml @@ -25,7 +25,6 @@ jobs: - name: Checkout uses: actions/checkout@v3 with: - ref: ${{ github.event.workflow_run.head_branch }} fetch-depth: 0 - name: Setup Tag diff --git a/.github/workflows/docker-build-push.yaml b/.github/workflows/docker-build-push.yaml index 109766f5..c7868cbb 100644 --- a/.github/workflows/docker-build-push.yaml +++ b/.github/workflows/docker-build-push.yaml @@ -68,4 +68,6 @@ jobs: with: context: . push: true - tags: ${{ env.REPOSITORY }}:latest,${{ env.REPOSITORY }}:${{ needs.bump-version.outputs.tag }} + tags: ${{ env.REPOSITORY }}:latest,${{ env.REPOSITORY }}:${{ env.TAG }} + env: + TAG: ${{ needs.bump-version.outputs.tag }}