File tree Expand file tree Collapse file tree 3 files changed +43
-2
lines changed
Expand file tree Collapse file tree 3 files changed +43
-2
lines changed Original file line number Diff line number Diff line change 1+ # .github/release.yml
2+
3+ changelog :
4+ exclude :
5+ labels :
6+ - ignore-for-release
7+ authors :
8+ - octocat
9+ categories :
10+ - title : Breaking Changes 🛠
11+ labels :
12+ - breaking-change
13+ - title : P4 Specification Implementation
14+ labels :
15+ - p4-spec
16+ - title : Changes to the Compiler Core
17+ labels :
18+ - core
19+ - title : Changes to the Control Plane
20+ labels :
21+ - control-plane
22+ - title : Changes to the BMv2 Back Ends
23+ labels :
24+ - bmv2
25+ - bmv2-psa
26+ - title : Changes to the eBPF Back Ends
27+ labels :
28+ - ebpf
29+ - ebpf-psa
30+ - title : Changes to the TC Back End
31+ labels :
32+ - p4tc
33+ - title : Changes to the DPDK Back End
34+ labels :
35+ - dpdk
36+ - title : Changes to the P4Tools Back End
37+ labels :
38+ - p4tools
39+ - title : Other Changes
40+ labels :
41+ - " *"
Original file line number Diff line number Diff line change 4848 username : ${{ secrets.DOCKER_USERNAME }}
4949 password : ${{ secrets.DOCKER_PASSWORD }}
5050 - name : Build and push Docker image to registry
51- uses : docker/build-push-action@v5
51+ uses : docker/build-push-action@v6
5252 with :
5353 context : .
5454 push : ${{ github.event_name != 'pull_request' }}
Original file line number Diff line number Diff line change 6060 password : ${{ secrets.DOCKER_PASSWORD }}
6161
6262 - name : Build and push Docker image to registry
63- uses : docker/build-push-action@v5
63+ uses : docker/build-push-action@v6
6464 with :
6565 context : .
6666 push : true
You can’t perform that action at this time.
0 commit comments