Skip to content

Commit

Permalink
github: disable container build
Browse files Browse the repository at this point in the history
Since we restricted permissions, we get an error when uploading the
container image. It is not visible from the project page anyway since
packages are disabled on the DPDK org side.

We don't care about it for now. Disable it.

Signed-off-by: Robin Jarry <[email protected]>
  • Loading branch information
rjarry committed Jan 9, 2025
1 parent aeffe13 commit 719935e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,17 +90,6 @@ jobs:
with:
pattern: "*-packages"
merge-multiple: true
- uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ github.token }}
- uses: docker/build-push-action@v6
with:
context: .
file: Containerfile
tags: "ghcr.io/dpdk/grout:edge"
push: true
- uses: pyTooling/Actions/releaser@r0
with:
token: ${{ github.token }}
Expand Down

0 comments on commit 719935e

Please sign in to comment.