Skip to content

Commit

Permalink
Revert "Update ci.yml, attempting to rename output package to 'cerber…
Browse files Browse the repository at this point in the history
…us_cn'"

This reverts commit 8d66069.
  • Loading branch information
cp526 committed Jul 24, 2024
1 parent 8d66069 commit 77baa10
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_cn:release
CERBERUS_IMAGE_ID: ghcr.io/rems-project/cerberus: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_cn:release ${{env.CERBERUS_IMAGE_ID}}
docker tag cerberus:release ${{env.CERBERUS_IMAGE_ID}}
- name: Push the Docker image
run: docker push ${{env.CERBERUS_IMAGE_ID}}

0 comments on commit 77baa10

Please sign in to comment.