Skip to content

Commit

Permalink
Update ci.yml. Another attempt to rename 'cerberus' package to 'cn'
Browse files Browse the repository at this point in the history
  • Loading branch information
cp526 authored Jul 24, 2024
1 parent 77baa10 commit 7745d16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- cheri-tests

env:
CERBERUS_IMAGE_ID: ghcr.io/rems-project/cerberus:release
CERBERUS_IMAGE_ID: ghcr.io/rems-project/cerberus/cn:release

# cancel in-progress job when a new push is performed
concurrency:
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
run: |
echo "Building ${{env.CERBERUS_IMAGE_ID}}"
make -f Makefile_docker release
docker tag cerberus:release ${{env.CERBERUS_IMAGE_ID}}
docker tag cn:release ${{env.CERBERUS_IMAGE_ID}}
- name: Push the Docker image
run: docker push ${{env.CERBERUS_IMAGE_ID}}

0 comments on commit 7745d16

Please sign in to comment.