Skip to content

Commit

Permalink
Update docker-hub-build-and-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
frosty5689 authored Sep 16, 2023
1 parent be5fa42 commit 5bd2edc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-hub-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: frosty5689/hath:$HATH_VERSION, frosty5689/hath:latest
build-args: HATH_VERSION=$HATH_VERSION
tags: frosty5689/hath:${{ env.HATH_VERSION }}, frosty5689/hath:latest
build-args: HATH_VERSION=${{ env.HATH_VERSION }}

0 comments on commit 5bd2edc

Please sign in to comment.