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