From cfe21646f8db554aea847bbe0202220d1d0c11b5 Mon Sep 17 00:00:00 2001 From: Lars Gohr Date: Wed, 29 Mar 2023 02:36:27 +0200 Subject: [PATCH] Updated elgohr/Publish-Docker-Github-Action to a supported version (v5) --- .github/workflows/dockerimage.yml | 2 +- .github/workflows/production.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dockerimage.yml b/.github/workflows/dockerimage.yml index 0cfd259..f35521f 100644 --- a/.github/workflows/dockerimage.yml +++ b/.github/workflows/dockerimage.yml @@ -8,7 +8,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Build the Docker image - uses: elgohr/Publish-Docker-Github-Action@master + uses: elgohr/Publish-Docker-Github-Action@v5 env: REACT_APP_SENTRY_DSN: https://353992084b0d40cb9a6a64292482d90e@sentry.io/5172565 REACT_APP_API_ENDPOINT: https://api.beatcov-staging.com/ diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index 387fb6e..3b581da 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -12,7 +12,7 @@ jobs: id: vars run: echo ::set-output name=tag::$(echo ${GITHUB_REF:10}) - name: Build the Docker image - uses: elgohr/Publish-Docker-Github-Action@master + uses: elgohr/Publish-Docker-Github-Action@v5 env: REACT_APP_SENTRY_DSN: https://353992084b0d40cb9a6a64292482d90e@sentry.io/5172565 REACT_APP_ANALYTICS_ID: UA-153695048-2