fix workflow
This commit is contained in:
parent
d3ecc6ae41
commit
2953a4c8fd
@ -28,7 +28,7 @@ jobs:
|
||||
token: ${{ secrets.token }}
|
||||
|
||||
- name: Build Docker image
|
||||
run: docker buildx build . -t 192.168.1.150:9120/{{ inputs.image_name }}:latest
|
||||
run: docker buildx build . -t 192.168.1.150:9120/${{ inputs.image_name }}:latest
|
||||
|
||||
- name: Push Docker Image
|
||||
run: docker image push --all-tags 192.168.1.150:9120/{{ inputs.image_name }}
|
||||
run: docker image push --all-tags 192.168.1.150:9120/${{ inputs.image_name }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user