Skip to content

Commit

Permalink
Merge pull request #352 from Mohab25/main
Browse files Browse the repository at this point in the history
removing main-staging tag
  • Loading branch information
Mohab25 authored Oct 23, 2022
2 parents 7d69141 + 752d921 commit 4155fe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/staging-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
env:
IMAGE_NAME: ${{ github.repository }}
run: |
docker push $IMAGE_NAME:${GIT_BRANCH_NAME}-staging
docker push $IMAGE_NAME:${TRIMMED_SHA}-staging
docker push $IMAGE_NAME:${GIT_BRANCH_NAME}
docker push $IMAGE_NAME:${TRIMMED_SHA}

0 comments on commit 4155fe5

Please sign in to comment.