Skip to content

Commit

Permalink
use debian os condename instead version for container images
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmirnow committed Feb 28, 2024
1 parent df13816 commit ddd438a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/debian-bookworm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
-v ${{ github.workspace }}/repo/debian/bookworm:/repo
-v ${{ github.workspace }}/scripts/debian/bookworm:/scripts:ro
-e FORCE_REBUILD_SHIBBOLETH_MODULES=$FORCE_REBUILD_SHIBBOLETH_MODULES
debian:12
debian:bookworm
/bin/bash /scripts/cron-build-shib-nginx-mod.sh
env:
FORCE_REBUILD_SHIBBOLETH_MODULES: ${{ inputs.force_rebuild_shibboleth_modules }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/debian-bookworm-update-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
-v ${{ github.workspace }}/scripts/debian/bookworm:/scripts:ro
-e FORCE_RECREATE_REPO=$FORCE_RECREATE_REPO
-e GPG_SIGNING_KEY=$GPG_SIGNING_KEY
debian:12
debian:bookworm
/bin/bash /scripts/update-repo.sh
env:
FORCE_RECREATE_REPO: ${{ inputs.force_recreate_repo }}
Expand Down

0 comments on commit ddd438a

Please sign in to comment.