Bump docker/build-push-action from 2 to 2.4.0 #91

Merged
dependabot[bot] merged 1 commits from dependabot/github_actions/docker/build-push-action-2.4.0 into main 2021-05-12 12:36:38 +00:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit db7bdb55e1 - Show all commits

View File

@ -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

View File

@ -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

View File

@ -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