From a57d12b1023a3b6a41b440ebf7ab0c5bdbf96ea7 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sun, 5 May 2024 17:11:22 +0200 Subject: [PATCH] ci: Use the new DOCKER_ vars for docker-arm job --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1ff6a570c..cbd0a5a02 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -311,8 +311,8 @@ jobs: - docker env: GITHUB_COMMIT: ${{ github.sha }} - DOCKER_REPO: postgrest - DOCKER_USER: stevechavez + DOCKER_REPO: ${{ vars.DOCKER_REPO }} + DOCKER_USER: ${{ vars.DOCKER_USER }} DOCKER_PASS: ${{ secrets.DOCKER_PASS }} steps: - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4