Skip to content

Commit

Permalink
Fix github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
misterpuffin committed Sep 16, 2024
1 parent 3d2e7c9 commit e0c9673
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
pull-requests: read
packages: write
env:
IMAGE_NAME: golang-rest-api-starter
IMAGE_NAME: go-rest-api-boilerplate
IMAGE_VERSION: 1.0
runs-on: ubuntu-latest
strategy:
Expand Down Expand Up @@ -77,5 +77,5 @@ jobs:
with:
platforms: linux/amd64,linux/arm64
push: true
tags: ghcr.io/nealajpatel/${{ env.IMAGE_NAME }}:${{ env.IMAGE_VERSION }}
tags: ghcr.io/misterpuffin/${{ env.IMAGE_NAME }}:${{ env.IMAGE_VERSION }}

0 comments on commit e0c9673

Please sign in to comment.