Skip to content

Commit

Permalink
Add staging tag
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa authored May 27, 2024
1 parent 4e5c4f5 commit 104188a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
push: true
context: .
file: Dockerfile
tags: ${{ env.DOCKER_REGISTRY }}/${{ github.repository }}:sha-${{ env.SHA }}
tags: |
${{ env.DOCKER_REGISTRY }}/${{ github.repository }}:sha-${{ env.SHA }}
${{ env.DOCKER_REGISTRY }}/${{ github.repository }}:staging
- name: Publish docker image with tag
uses: docker/build-push-action@v3
Expand Down

0 comments on commit 104188a

Please sign in to comment.