Bump docker/build-push-action from 2 to 2.4.0 #91
2
.github/workflows/DockerCheck.yml
vendored
2
.github/workflows/DockerCheck.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build Nightly
|
- name: Build Nightly
|
||||||
id: docker_build
|
id: docker_build
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2.4.0
|
||||||
with:
|
with:
|
||||||
file: Dockerfile
|
file: Dockerfile
|
||||||
push: false
|
push: false
|
||||||
|
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -57,7 +57,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build Nightly Image
|
- name: Build Nightly Image
|
||||||
id: docker_build
|
id: docker_build
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2.4.0
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
file: Dockerfile
|
file: Dockerfile
|
||||||
|
2
.github/workflows/stable.yml
vendored
2
.github/workflows/stable.yml
vendored
@ -152,7 +152,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
id: docker_build
|
id: docker_build
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2.4.0
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
file: Dockerfile
|
file: Dockerfile
|
||||||
|
Reference in New Issue
Block a user