Skip to content

Commit

Permalink
Tag ormonitor
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa authored May 30, 2024
1 parent 425beae commit ffb42c4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,19 @@ jobs:
with:
push: true
context: server
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
if: startsWith(github.ref, 'refs/tags/v')
with:
push: true
context: server
tags: ${{ env.DOCKER_REGISTRY }}/${{ github.repository }}:${{ env.GIT_TAG_NAME }}
tags: |
${{ env.DOCKER_REGISTRY }}/${{ github.repository }}:${{ env.GIT_TAG_NAME }}
${{ env.DOCKER_REGISTRY }}/${{ github.repository }}:latest
deploy-railway:
name: Deploy railway
Expand Down

0 comments on commit ffb42c4

Please sign in to comment.