- use supported versions
This commit is contained in:
parent
5667fffaec
commit
3d51158c2d
@ -29,7 +29,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build and push Docker image (from docker-compose)
|
- name: Build and push Docker image (from docker-compose)
|
||||||
id: docker_build
|
id: docker_build
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
provenance: false
|
provenance: false
|
||||||
context: .
|
context: .
|
||||||
@ -49,7 +49,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Push latest tag (optional)
|
- name: Push latest tag (optional)
|
||||||
if: github.ref == 'refs/heads/main'
|
if: github.ref == 'refs/heads/main'
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
provenance: false
|
provenance: false
|
||||||
context: .
|
context: .
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user