build(deps): Bump docker/build-push-action from 2 to 2.4.0

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 2.4.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2...v2.4.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-05-12 05:15:45 +00:00
committed by GitHub
parent f0643bb96c
commit 14f6e05deb
3 changed files with 3 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ jobs:
${{ runner.os }}-buildx-
- name: Build docker-salt-master image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v2.4.0
with:
context: .
file: ./Dockerfile

View File

@@ -79,7 +79,7 @@ jobs:
echo ::set-output name=created_on::${CREATED_ON}
- name: Build
uses: docker/build-push-action@v2
uses: docker/build-push-action@v2.4.0
with:
context: .
file: ./Dockerfile

View File

@@ -39,7 +39,7 @@ jobs:
- name: Build docker-salt-master image
if: github.event_name != 'schedule'
uses: docker/build-push-action@v2
uses: docker/build-push-action@v2.4.0
with:
context: .
file: ./Dockerfile