fix workflow
This commit is contained in:
4
.github/workflows/release-image.yml
vendored
4
.github/workflows/release-image.yml
vendored
@@ -36,11 +36,7 @@ jobs:
|
|||||||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
<<<<<<< HEAD
|
|
||||||
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497
|
|
||||||
=======
|
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
>>>>>>> 0eadb27 (update images)
|
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
|
Reference in New Issue
Block a user