mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
fix previous commit
This commit is contained in:
parent
f2a1a76735
commit
b006c53f6f
1 changed files with 1 additions and 3 deletions
4
.github/workflows/_build_image.yml
vendored
4
.github/workflows/_build_image.yml
vendored
|
|
@ -81,9 +81,7 @@ jobs:
|
|||
-t $IMAGE_URI \
|
||||
${{ inputs.build_context }}
|
||||
|
||||
docker push $IMAGE_UR
|
||||
docker build -f ${{ inputs.dockerfile_path }} -t $IMAGE_URI ${{ inputs.build_context }}
|
||||
docker push $IMAGE_URI
|
||||
docker push $IMAGE_URI
|
||||
|
||||
- name: Resolve image digest
|
||||
id: digest
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue