Skip to content

Commit

Permalink
Merge pull request #330 from MatterMiners/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…ocker/build-push-action-5

Bump docker/build-push-action from 4 to 5
  • Loading branch information
giffels authored Jan 18, 2024
2 parents e419857 + ff0f99b commit 10ee491
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deployment-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
id: docker_build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: true
file: containers/cobald-tardis-deployment-test-env/Dockerfile.${{ matrix.os_container }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build
id: docker_build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: containers/${{ matrix.containers }}
push: ${{ github.repository == 'MatterMiners/tardis' && github.event_name != 'pull_request' }}
Expand Down

0 comments on commit 10ee491

Please sign in to comment.