Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
qdeslandes committed Nov 4, 2024
1 parent ef23266 commit 289c16a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ jobs:
with:
context: "{{defaultContext}}:tools"
push: true
tags: ${{ env.IMAGE_NAME }}:fedora-41-arm64
tags: ghcr.io/facebook/bpfilter:fedora-41-arm64
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max

build:
needs: create-container
runs-on: ["4-core-ubuntu-arm"]
container: ghcr.io/facebook/bpfilter/fedora:fedora-41-arm64
container: ghcr.io/facebook/bpfilter:fedora-41-arm64
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand All @@ -58,7 +58,7 @@ jobs:
benchmark:
needs: create-container
runs-on: ["4-core-ubuntu-arm"]
container: ghcr.io/facebook/bpfilter/fedora:fedora-41-arm64
container: ghcr.io/facebook/bpfilter:fedora-41-arm64
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 289c16a

Please sign in to comment.