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

Commit

Permalink
fix: update application name in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
gusinacio committed Aug 11, 2023
1 parent d0e0472 commit d98d353
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 @@ -35,5 +35,5 @@ jobs:
TARGET=${{ matrix.contract }}
push: true
tags: |
us-central1-docker.pkg.dev/graphplots/elric-rs:latest
us-central1-docker.pkg.dev/graphplots/elric-rs:${{ steps.get-tag.outputs.short_ref }}
us-central1-docker.pkg.dev/graphplots/elric-rs/app:latest
us-central1-docker.pkg.dev/graphplots/elric-rs/app:${{ steps.get-tag.outputs.short_ref }}

0 comments on commit d98d353

Please sign in to comment.