Skip to content

Commit

Permalink
ci: Explicitize Docker container branch
Browse files Browse the repository at this point in the history
  • Loading branch information
colluca committed Mar 21, 2024
1 parent 573cef6 commit f3e2cb1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
name: build-docker
on:
push:
branches: [vivianep/sn-cluster-align]
branches: [main]
workflow_dispatch:
jobs:
build-docker:
Expand All @@ -27,6 +27,6 @@ jobs:
context: .
file: util/container/Dockerfile
push: true
tags: ghcr.io/pulp-platform/occamy:latest
tags: ghcr.io/pulp-platform/occamy:${{ github.ref_name }}
build-args: |-
SNITCH_LLVM_VERSION=latest
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Build documentation
runs-on: ubuntu-22.04
container:
image: ghcr.io/pulp-platform/occamy
image: ghcr.io/pulp-platform/occamy:main
steps:
- uses: actions/checkout@v2
- name: Build docs
Expand All @@ -31,7 +31,7 @@ jobs:
name: Build SW for Occamy
runs-on: ubuntu-22.04
container:
image: ghcr.io/pulp-platform/occamy
image: ghcr.io/pulp-platform/occamy:main
steps:
- uses: actions/checkout@v2
with:
Expand All @@ -48,7 +48,7 @@ jobs:
name: Generate Occamy RTL sources
runs-on: ubuntu-22.04
container:
image: ghcr.io/pulp-platform/occamy
image: ghcr.io/pulp-platform/occamy:main
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit f3e2cb1

Please sign in to comment.