Skip to content

Commit

Permalink
can't use var in var
Browse files Browse the repository at this point in the history
  • Loading branch information
marvelous committed Apr 22, 2024
1 parent 0b06aee commit c9a7c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ on:
- push
env:
REGISTRY: ghcr.io/${{ github.repository }}
TAG: ${{ env.REGISTRY }}:${{ github.ref_name }}
TAG: ghcr.io/${{ github.repository }}:${{ github.ref_name }}
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c9a7c94

Please sign in to comment.