Skip to content

Commit

Permalink
container must be running to docker compose cp
Browse files Browse the repository at this point in the history
  • Loading branch information
ethho committed Jan 17, 2024
1 parent eba677c commit 77a7454
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ jobs:
run: |
export DOCKER_TAG="${{ github.ref_name }}"
touch .env
docker compose build builder
mkdir -p pam-oidc/bin
docker compose up --build builder
docker compose cp builder:/tmp/pam-oauth2/libpam_oidc_gnu.so ./pam-oidc/bin/
docker compose cp builder:/tmp/pam-oauth2/libpam_oidc_musl.so ./pam-oidc/bin/
docker compose down
- name: Touch Changelog
if: startsWith(github.ref, 'refs/tags/')
run: touch "docs/CHANGELOG-${{ github.ref_name }}.md"
Expand Down

0 comments on commit 77a7454

Please sign in to comment.