From fa9a00c6809c8be376ac02aecab8a74090cd2350 Mon Sep 17 00:00:00 2001 From: lukas Date: Tue, 3 Sep 2024 17:59:46 +0200 Subject: [PATCH] feat: atlasnet --- .github/actions/release/action.yml | 19 +------------------ .github/workflows/main.yml | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 18 deletions(-) diff --git a/.github/actions/release/action.yml b/.github/actions/release/action.yml index ba92f83..9361778 100644 --- a/.github/actions/release/action.yml +++ b/.github/actions/release/action.yml @@ -21,24 +21,7 @@ inputs: runs: using: 'composite' steps: - - uses: mobiledevops/secret-to-file-action@v1 - with: - base64-encoded-secret: ${{ secrets.CONFIG_YAML }} - filename: "config.yaml" - is-executable: false - working-directory: "./" - - uses: mobiledevops/secret-to-file-action@v1 - with: - base64-encoded-secret: ${{ secrets.CONFIG_ATLASNET_YAML }} - filename: "config-atlasnet.yaml" - is-executable: false - working-directory: "./" - - uses: mobiledevops/secret-to-file-action@v1 - with: - base64-encoded-secret: ${{ secrets.ID_JSON }} - filename: "id.json" - is-executable: false - working-directory: "./" + - uses: docker/metadata-action@v5 id: metadata with: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0a3a60e..9bbb533 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,6 +9,24 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + - uses: mobiledevops/secret-to-file-action@v1 + with: + base64-encoded-secret: ${{ secrets.CONFIG_YAML }} + filename: "config.yaml" + is-executable: false + working-directory: "./" + - uses: mobiledevops/secret-to-file-action@v1 + with: + base64-encoded-secret: ${{ secrets.CONFIG_ATLASNET_YAML }} + filename: "config-atlasnet.yaml" + is-executable: false + working-directory: "./" + - uses: mobiledevops/secret-to-file-action@v1 + with: + base64-encoded-secret: ${{ secrets.ID_JSON }} + filename: "id.json" + is-executable: false + working-directory: "./" - uses: ./.github/actions/release with: repository: "artifacts-0"