Skip to content

Commit

Permalink
Code clean
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa authored May 30, 2024
1 parent 208b5cd commit 22cabd7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
with:
push: true
context: server
file: server/Dockerfile
tags: ${{ env.DOCKER_REGISTRY }}/${{ github.repository }}:sha-${{ env.SHA }}

- name: Publish docker image with tag
Expand All @@ -43,7 +42,6 @@ jobs:
with:
push: true
context: server
file: server/Dockerfile
tags: ${{ env.DOCKER_REGISTRY }}/${{ github.repository }}:${{ env.GIT_TAG_NAME }}

deploy-railway:
Expand Down

0 comments on commit 22cabd7

Please sign in to comment.