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 a28c825 commit 34c572b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,15 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and Push to Docker
- name: Build Docker Image
uses: docker/build-push-action@v4
with:
context: .
file: ${{ env.DOCKERFILE }}
load: true
push: false
tags: ${{ steps.latest-version.outputs.VERSION }}
labels: ${{ steps.latest-version.outputs.VERSION }}
build-args: |
VERSION=${{ steps.latest-version.outputs.VERSION }}
Expand All @@ -77,5 +78,6 @@ jobs:
file: ${{ env.DOCKERFILE }}
push: true
tags: ${{ steps.latest-version.outputs.VERSION }}
labels: ${{ steps.latest-version.outputs.VERSION }}
build-args: |
VERSION=${{ steps.latest-version.outputs.VERSION }}

0 comments on commit 34c572b

Please sign in to comment.