Skip to content

Commit

Permalink
fix: address syntax issues (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
avtakkar authored Mar 12, 2024
1 parent 098ec22 commit bb02bbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
packages: write
env:
REGISTRY: ghcr.io
REPO_PREFIX: ${{ format('{0}/acr/', github.repository_owner) }}
REPO_PREFIX: ${{ format('azure/acr/dev/') }}

steps:
- name: Get Git Tag
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
if: ${{ success() }}
run: |
REGISTRY=${{ env.REGISTRY }} REPO_PREFIX=${{ env.REPO_PREFIX }} TAG=${{ steps.get_image_tag.outputs.docker_tag }} make build-image
- name: Push Image
if: ${{ success() }}
run: |
Expand Down

0 comments on commit bb02bbc

Please sign in to comment.