From 2fc16c0b272fe40eadfaf0e09d96100597d6c3cf Mon Sep 17 00:00:00 2001 From: Jack Rubacha Date: Sat, 16 Mar 2024 00:05:01 -0400 Subject: [PATCH] headless gpg --- .github/workflows/build_image.yml | 2 +- odysseus/compose.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build_image.yml b/.github/workflows/build_image.yml index 1f416e5b..6cc1a8b2 100644 --- a/.github/workflows/build_image.yml +++ b/.github/workflows/build_image.yml @@ -47,7 +47,7 @@ jobs: 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 + run: for i in ODY_AP_ROOT_PASSWORD ODY_TPU_ROOT_PASSWORD ODY_IROH_ROOT_PASSWORD; do echo "$i=${!i}" >> PASSWORDS.env; done && gpg --batch --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. # It uses the `tags` and `labels` parameters to tag and label the image with the output from the "meta" step. diff --git a/odysseus/compose.yml b/odysseus/compose.yml index b1c13d1c..c76cd5ab 100644 --- a/odysseus/compose.yml +++ b/odysseus/compose.yml @@ -27,4 +27,3 @@ volumes: -