Skip to content

Commit

Permalink
Bump docker/build-push-action from 5 to 6 (#129)
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v5...v6)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 17, 2024
1 parent fa75c3c commit 8869f64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push p4lang/p4runtime-sh to local registry
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
tags: localhost:5000/p4lang/p4runtime-sh
push: true
cache-from: type=gha,scope=p4runtime-sh
cache-to: type=gha,scope=p4runtime-sh,mode=max
- name: Build and export p4lang/p4runtime-sh-dev to Docker
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: Dockerfile.dev
Expand All @@ -58,7 +58,7 @@ jobs:
docker run $ci_env p4lang/p4runtime-sh-dev bash -c "source venv/bin/activate && nose2 --with-coverage p4runtime_sh config_builders && codecov"
- name: Build and push p4lang/p4runtime-sh to Dockerhub if needed
if: ${{ github.repository == 'p4lang/p4runtime-shell' && github.event_name == 'push' }}
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: true
Expand Down

0 comments on commit 8869f64

Please sign in to comment.