Skip to content

Commit 5528499

Browse files
committed
Merge branch 'Deploy-branch-Awsome-CSS' of https://github.com/AdarshRawat1/P4c-Documentation-Hosting into Deploy-branch-Awsome-CSS
2 parents fb93640 + 707bcb8 commit 5528499

File tree

3 files changed

+43
-2
lines changed

3 files changed

+43
-2
lines changed

.github/release.yml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
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+
- "*"

.github/workflows/ci-container-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
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' }}

.github/workflows/ci-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
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

0 commit comments

Comments
 (0)