Skip to content

Commit

Permalink
Fix CI docker deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
falvaradorodriguez committed Jul 30, 2024
1 parent 5a74bd6 commit ff3ecee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
context: .
file: docker/web/Dockerfile
push: true
tags: safeglobal/safe-transaction-service:staging
tags: safeglobal/safe-auth-service:staging
platforms: |
linux/amd64
linux/arm64
Expand All @@ -95,7 +95,7 @@ jobs:
context: .
file: docker/web/Dockerfile
push: true
tags: safeglobal/safe-transaction-service:develop
tags: safeglobal/safe-auth-service:develop
platforms: |
linux/amd64
linux/arm64
Expand All @@ -109,8 +109,8 @@ jobs:
file: docker/web/Dockerfile
push: true
tags: |
safeglobal/safe-transaction-service:${{ github.event.release.tag_name }}
safeglobal/safe-transaction-service:latest
safeglobal/safe-auth-service:${{ github.event.release.tag_name }}
safeglobal/safe-auth-service:latest
platforms: |
linux/amd64
linux/arm64
Expand Down

0 comments on commit ff3ecee

Please sign in to comment.