Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
chore: remove app suffix
Browse files Browse the repository at this point in the history
Signed-off-by: Gustavo <[email protected]>
  • Loading branch information
gusinacio committed Jul 2, 2024
1 parent 48c703d commit 5bdd188
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
TARGET=${{ matrix.contract }}
push: true
tags: |
${{ env.REGISTRY }}/elric-rs/app:latest
${{ env.REGISTRY }}/elric-rs/app:${{ steps.get-tag.outputs.short_ref }}
${{ env.REGISTRY }}/elric-rs:latest
${{ env.REGISTRY }}/elric-rs:${{ steps.get-tag.outputs.short_ref }}

0 comments on commit 5bdd188

Please sign in to comment.