Skip to content

Commit

Permalink
test with env var in tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jasminabrar committed Dec 15, 2023
1 parent 8610cec commit 964be10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Docker_Image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
with:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}-latest-${EBEAM_PDK}
tags: ${{ steps.meta.outputs.tags }}-latest-"$EBEAM_PDK"
labels: ${{ steps.meta.outputs.labels }}

- name: Build and push Docker image as unique image
Expand Down

0 comments on commit 964be10

Please sign in to comment.