Skip to content

Commit

Permalink
feat: test dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorfdl committed Jun 18, 2024
1 parent b614b14 commit f7606a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
- name: Convert environment variables to Base64
id: convert_env
run: |
echo "CARGO_SERVER_SSL_CA_BASE64=$(echo -n $CARGO_SERVER_SSL_CA | base64)" >> $GITHUB_ENV
echo "CARGO_SERVER_SSL_CERT_BASE64=$(echo -n $CARGO_SERVER_SSL_CERT | base64)" >> $GITHUB_ENV
echo "CARGO_SERVER_SSL_KEY_BASE64=$(echo -n $CARGO_SERVER_SSL_KEY | base64)" >> $GITHUB_ENV
echo "::set-env name=CARGO_SERVER_SSL_CA_BASE64::$(echo -n $CARGO_SERVER_SSL_CA | base64)"
echo "::set-env name=CARGO_SERVER_SSL_CERT_BASE64::$(echo -n $CARGO_SERVER_SSL_CERT | base64)"
echo "::set-env name=CARGO_SERVER_SSL_KEY_BASE64::$(echo -n $CARGO_SERVER_SSL_KEY | base64)"
- name: Build and deploy images
env:
Expand Down

0 comments on commit f7606a3

Please sign in to comment.