diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 5860cc9..71ee87d 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -25,7 +25,7 @@ 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 @@ -33,7 +33,7 @@ jobs: 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