File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,15 +31,15 @@ jobs:
31
31
username : ${{ secrets.DOCKER_USERNAME }}
32
32
password : ${{ secrets.DOCKER_PASSWORD }}
33
33
- name : Build and push p4lang/p4runtime-sh to local registry
34
- uses : docker/build-push-action@v5
34
+ uses : docker/build-push-action@v6
35
35
with :
36
36
context : .
37
37
tags : localhost:5000/p4lang/p4runtime-sh
38
38
push : true
39
39
cache-from : type=gha,scope=p4runtime-sh
40
40
cache-to : type=gha,scope=p4runtime-sh,mode=max
41
41
- name : Build and export p4lang/p4runtime-sh-dev to Docker
42
- uses : docker/build-push-action@v5
42
+ uses : docker/build-push-action@v6
43
43
with :
44
44
context : .
45
45
file : Dockerfile.dev
58
58
docker run $ci_env p4lang/p4runtime-sh-dev bash -c "source venv/bin/activate && nose2 --with-coverage p4runtime_sh config_builders && codecov"
59
59
- name : Build and push p4lang/p4runtime-sh to Dockerhub if needed
60
60
if : ${{ github.repository == 'p4lang/p4runtime-shell' && github.event_name == 'push' }}
61
- uses : docker/build-push-action@v5
61
+ uses : docker/build-push-action@v6
62
62
with :
63
63
context : .
64
64
push : true
You can’t perform that action at this time.
0 commit comments