Skip to content

Commit da4ed9d

Browse files
author
Sam Morris
committed
update inputs
1 parent de322bc commit da4ed9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
- uses: actions/checkout@v4
3232
- name: Build and push the Docker image
3333
run: |
34-
docker build -t $IMAGE_NAME:$IMAGE_TAG .
35-
docker push $IMAGE_NAME:$IMAGE_TAG
34+
docker build -t $IMAGE_NAME:${{ inputs.IMAGE_TAG }} .
35+
docker push $IMAGE_NAME:${{ inputs.IMAGE_TAG }}
3636
3737
3838

0 commit comments

Comments
 (0)