Skip to content

Commit

Permalink
Update build-test-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomeichlersmith authored Aug 22, 2024
1 parent 9143061 commit 26b34ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-test-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: latest
-
name: Get Build Context
uses: actions/checkout@v3
Expand All @@ -51,5 +52,5 @@ jobs:
with:
context: test/gui/image/
push: true
tags: ${{ env.IMAGE_NAME }}
tags: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 26b34ca

Please sign in to comment.