Skip to content

Commit

Permalink
ci: fix checkout branch
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfsousa committed Nov 19, 2022
1 parent 48b8090 commit a64d14b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy-render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/docker-build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit a64d14b

Please sign in to comment.