diff --git a/.github/workflows/build_image.yml b/.github/workflows/build_image.yml index 34d3fd40..1f416e5b 100644 --- a/.github/workflows/build_image.yml +++ b/.github/workflows/build_image.yml @@ -43,10 +43,10 @@ jobs: shell: bash working-directory: ./odysseus env: - - ODY_AP_ROOT_PASSWORD: ${{ secrets.ODY_AP_ROOT_PASSWORD }} - - ODY_TPU_ROOT_PASSWORD: ${{ secrets.ODY_TPU_ROOT_PASSWORD }} - - ODY_IROH_ROOT_PASSWORD: ${{ secrets.ODY_IROH_ROOT_PASSWORD }} - - MASTER_PASSWORD: ${{ secrets.ODY_MASTER_PASSWORD }} + ODY_AP_ROOT_PASSWORD: ${{ secrets.ODY_AP_ROOT_PASSWORD }} + ODY_TPU_ROOT_PASSWORD: ${{ secrets.ODY_TPU_ROOT_PASSWORD }} + ODY_IROH_ROOT_PASSWORD: ${{ secrets.ODY_IROH_ROOT_PASSWORD }} + MASTER_PASSWORD: ${{ secrets.ODY_MASTER_PASSWORD }} run: for i in ODY_AP_ROOT_PASSWORD ODY_TPU_ROOT_PASSWORD ODY_IROH_ROOT_PASSWORD; do echo "$i=${!i}" >> PASSWORDS.env; done && gpg --symmetric --passphrase "$MASTER_PASSWORD" --cipher-algo AES256 PASSWORDS.env # This step uses the `docker/build-push-action` action to build the image, based on your repository's `Dockerfile`. If the build succeeds, it pushes the image to GitHub Packages. # It uses the `context` parameter to define the build's context as the set of files located in the specified path. For more information, see "[Usage](https://github.com/docker/build-push-action#usage)" in the README of the `docker/build-push-action` repository. diff --git a/odysseus/compose.yml b/odysseus/compose.yml index c76cd5ab..b1c13d1c 100644 --- a/odysseus/compose.yml +++ b/odysseus/compose.yml @@ -27,3 +27,4 @@ volumes: +