- 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)
|
||||
id: docker_build
|
||||
uses: docker/build-push-action@v6
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
provenance: false
|
||||
context: .
|
||||
@ -49,7 +49,7 @@ jobs:
|
||||
|
||||
- name: Push latest tag (optional)
|
||||
if: github.ref == 'refs/heads/main'
|
||||
uses: docker/build-push-action@v6
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
provenance: false
|
||||
context: .
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user