Skip to content

Commit

Permalink
Touch .env before build
Browse files Browse the repository at this point in the history
  • Loading branch information
ethho committed Jan 17, 2024
1 parent 276ae3a commit eba677c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- name: Build
run: |
export DOCKER_TAG="${{ github.ref_name }}"
touch .env
docker compose build builder
mkdir -p pam-oidc/bin
docker compose cp builder:/tmp/pam-oauth2/libpam_oidc_gnu.so ./pam-oidc/bin/
Expand Down

0 comments on commit eba677c

Please sign in to comment.