Skip to content

Commit 8869f64

Browse files
Bump docker/build-push-action from 5 to 6 (#129)
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>
1 parent fa75c3c commit 8869f64

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ jobs:
3131
username: ${{ secrets.DOCKER_USERNAME }}
3232
password: ${{ secrets.DOCKER_PASSWORD }}
3333
- name: Build and push p4lang/p4runtime-sh to local registry
34-
uses: docker/build-push-action@v5
34+
uses: docker/build-push-action@v6
3535
with:
3636
context: .
3737
tags: localhost:5000/p4lang/p4runtime-sh
3838
push: true
3939
cache-from: type=gha,scope=p4runtime-sh
4040
cache-to: type=gha,scope=p4runtime-sh,mode=max
4141
- name: Build and export p4lang/p4runtime-sh-dev to Docker
42-
uses: docker/build-push-action@v5
42+
uses: docker/build-push-action@v6
4343
with:
4444
context: .
4545
file: Dockerfile.dev
@@ -58,7 +58,7 @@ jobs:
5858
docker run $ci_env p4lang/p4runtime-sh-dev bash -c "source venv/bin/activate && nose2 --with-coverage p4runtime_sh config_builders && codecov"
5959
- name: Build and push p4lang/p4runtime-sh to Dockerhub if needed
6060
if: ${{ github.repository == 'p4lang/p4runtime-shell' && github.event_name == 'push' }}
61-
uses: docker/build-push-action@v5
61+
uses: docker/build-push-action@v6
6262
with:
6363
context: .
6464
push: true

0 commit comments

Comments
 (0)