From b792ff7bfdb988eca68f7814cd3eacc14c49ce40 Mon Sep 17 00:00:00 2001 From: Michel Wilhelm Date: Tue, 30 Aug 2022 18:58:09 -0300 Subject: [PATCH] chore: updating github actions --- .github/workflows/on_release.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/on_release.yml b/.github/workflows/on_release.yml index f8c7a4c..9004441 100644 --- a/.github/workflows/on_release.yml +++ b/.github/workflows/on_release.yml @@ -19,7 +19,7 @@ jobs: env: SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v1 with: fetch-depth: 1 - name: Log in to Docker Hub @@ -31,12 +31,11 @@ jobs: id: meta uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38 with: - images: redbeard/minies-backend + images: redbeard/makecodes - name: Build and push Docker image uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc env: - NEXT_PUBLIC_VERSION: ${github.ref_name} - NEXT_PUBLIC_SCOPE: ${{ secrets.NEXT_PUBLIC_SCOPE }} + SCOPE: production with: context: . push: true