Skip to content

Commit

Permalink
chore(deps): bump docker/build-push-action from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v3...v4)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 30, 2023
1 parent aee05c4 commit 1cb4d6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Expand Up @@ -25,15 +25,15 @@ jobs:
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
-
name: Build docker image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
if: github.event_name == 'pull_request'
with:
file: Dockerfile
platforms: linux/arm64, linux/amd64
tags: mitre-attack-navigator:latest
- name: Build tag
if: github.event_name != 'pull_request'
uses: docker/build-push-action@v2
uses: docker/build-push-action@v4
with:
push: true
platforms: linux/arm64, linux/amd64
Expand Down

0 comments on commit 1cb4d6b

Please sign in to comment.