Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyfothergill authored May 3, 2024
1 parent e436f85 commit c872fb7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ jobs:
file: ${{ env.DOCKERFILE }}
load: true
push: false
tags: ${{ steps.latest-version.outputs.VERSION }}
labels: ${{ steps.latest-version.outputs.VERSION }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
VERSION=${{ steps.latest-version.outputs.VERSION }}
Expand All @@ -93,7 +93,7 @@ jobs:
context: .
file: ${{ env.DOCKERFILE }}
push: true
tags: ${{ steps.latest-version.outputs.VERSION }}
labels: ${{ steps.latest-version.outputs.VERSION }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
VERSION=${{ steps.latest-version.outputs.VERSION }}

0 comments on commit c872fb7

Please sign in to comment.