Skip to content

Commit

Permalink
change variable method
Browse files Browse the repository at this point in the history
  • Loading branch information
PipeItToDevNull committed Dec 21, 2023
1 parent 417956a commit deba930
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-push-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: docker/metadata-action@v5
with:
context: git
images: $IMAGE
images: ${{ env.IMAGE }}
flavor: latest=auto
tags: |
type=raw,value={{branch}}
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
- name: SBOM
uses: anchore/sbom-action@v0
with:
image: $IMAGE
image: ${{ env.IMAGE }}

- name: Build and push multiarch
uses: docker/build-push-action@v5
Expand Down

0 comments on commit deba930

Please sign in to comment.