update dockerfile and action
All checks were successful
Build docker container / build (release) Successful in 51s
All checks were successful
Build docker container / build (release) Successful in 51s
This commit is contained in:
@ -39,9 +39,14 @@ jobs:
|
||||
type=semver,pattern={{raw}}
|
||||
type=sha
|
||||
type=semver,pattern={{version}}
|
||||
- name: Generate random password for certificate
|
||||
id: password
|
||||
run:
|
||||
echo "secret=$(openssl rand -base64 12)" >> $GITHUB_OUTPUT
|
||||
- name: Build and push
|
||||
uses: https://github.com/docker/build-push-action@v5
|
||||
with:
|
||||
build-args: CERT_PASSWORD=${{ steps.password.outputs.secret }}
|
||||
context: .
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
|
Reference in New Issue
Block a user