Skip to content

Commit

Permalink
Pass forgotten build-args
Browse files Browse the repository at this point in the history
  • Loading branch information
Marian Ganisin committed Nov 10, 2022
1 parent 65aa38e commit c1c710e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
type=sha
- uses: docker/build-push-action@v2
with:
build-args: customca=${{ secrets.CUSTOMCA }}
tags: ${{ steps.metadata.outputs.tags }}
labels: ${{ steps.metadata.outputs.labels }}
push: true
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ RUN update-ca-certificates \
USER seluser

RUN mkdir -p $HOME/.pki/nssdb
RUN certutil -N -d sql:$HOME/.pki/nssdb -t "C,," -n customca -i $customca_dest
RUN certutil -d sql:$HOME/.pki/nssdb -A -t "C,," -n customca -i $customca_dest

0 comments on commit c1c710e

Please sign in to comment.