Skip to content

Commit

Permalink
fix: check if the git checkout is required
Browse files Browse the repository at this point in the history
  • Loading branch information
huniafatima-arbi committed Sep 11, 2024
1 parent 9b8978b commit 81e5bdf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push-registrar-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
file: ./dockerfiles/registrar.Dockerfile
push: true
target: dev
tags: edxops/registrar-devstack-dev:${{ steps.get-tag-name.outputs.result }},${{ github.sha }}
registry: edxops/registrar-devstack-dev
tags: ${{ steps.get-tag-name.outputs.result }},${{ github.sha }}

- name: Send failure notification
if: failure()
Expand Down

0 comments on commit 81e5bdf

Please sign in to comment.