Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
masterlittle committed Apr 12, 2023
1 parent a8f91e7 commit 426ec2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_image.yml
Expand Up @@ -44,6 +44,6 @@ jobs:
context: .
push: true
platforms: linux/amd64,linux/arm64
tags: "${{ vars.IMAGE_NAME }}:${{ steps.tag_name.outputs.tag }}"
tags: "${{ env.IMAGE_NAME }}:${{ steps.tag_name.outputs.tag }}"
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 426ec2a

Please sign in to comment.