Skip to content

Commit

Permalink
fix workflow docker image name
Browse files Browse the repository at this point in the history
  • Loading branch information
emmaboecker committed Feb 5, 2024
1 parent f74c9c2 commit 9a91a64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/railboard-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
with:
push: true
tags: |
ghcr.io/stckoverflw/railboard-api:${{ github.sha }}
ghcr.io/stckoverflw/railboard-api:latest
ghcr.io/emmaboecker/railboard-api:${{ github.sha }}
ghcr.io/emmaboecker/railboard-api:latest
platforms: linux/amd64
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down

0 comments on commit 9a91a64

Please sign in to comment.