Skip to content

Commit

Permalink
fix: wrong docker image url for standalone production
Browse files Browse the repository at this point in the history
  • Loading branch information
kkopanidis committed Feb 6, 2024
1 parent 92bb364 commit 6b01555
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/standalone.production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
- name: Push image
run: |
docker tag ghcr.io/conduitplatform/conduit-standalone:latest ghcr.io/conduitplatform/conduit-standalone:${{ env.RELEASE_VERSION }}
docker tag ghcr.io/conduitplatform/conduit-standalone:latest conduit-standalone:latest
docker tag ghcr.io/conduitplatform/conduit-standalone:latest conduit-standalone:${{ env.RELEASE_VERSION }}
docker tag ghcr.io/conduitplatform/conduit-standalone:latest conduitplatform/conduit-standalone:latest
docker tag ghcr.io/conduitplatform/conduit-standalone:latest conduitplatform/conduit-standalone:${{ env.RELEASE_VERSION }}
docker push ghcr.io/conduitplatform/conduit-standalone:latest
docker push ghcr.io/conduitplatform/conduit-standalone:${{ env.RELEASE_VERSION }}
docker push conduit-standalone:latest
docker push conduit-standalone:${{ env.RELEASE_VERSION }}
docker push conduitplatform/conduit-standalone:latest
docker push conduitplatform/conduit-standalone:${{ env.RELEASE_VERSION }}

0 comments on commit 6b01555

Please sign in to comment.