Skip to content

Commit

Permalink
Fix image tags
Browse files Browse the repository at this point in the history
  • Loading branch information
sumboid committed Nov 25, 2023
1 parent 3d6488c commit 125771c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
push: true
build-args: PROJECT=manager
tags: ghcr.io/opless-manager:latest,ghcr.io/opless-manager:${{ github.ref_name }}
tags: ghcr.io/onpremless/manager:latest,ghcr.io/onpremless/manager:${{ github.ref_name }}
publish-router:
name: Publish / Router
runs-on: ubuntu-latest
Expand All @@ -55,4 +55,4 @@ jobs:
with:
push: true
build-args: PROJECT=router
tags: ghcr.io/opless-router:latest,ghcr.io/opless-router:${{ github.ref_name }}
tags: ghcr.io/onpremless/router:latest,ghcr.io/onpremless/router:${{ github.ref_name }}

0 comments on commit 125771c

Please sign in to comment.