From b2e50e694ca7b7cd2adde45724711f9eafff049b Mon Sep 17 00:00:00 2001 From: "Nita Neou (Soph)" Date: Fri, 27 Jan 2023 16:29:17 +0700 Subject: [PATCH] github action - update --- .github/workflows/ci-tag.yaml | 10 +++++----- .github/workflows/ci.yaml | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci-tag.yaml b/.github/workflows/ci-tag.yaml index 75ae96f53..d34e1b775 100644 --- a/.github/workflows/ci-tag.yaml +++ b/.github/workflows/ci-tag.yaml @@ -146,7 +146,7 @@ jobs: working-directory: harmony - name: Download artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: harmony @@ -156,16 +156,16 @@ jobs: working-directory: harmony - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v1 + uses: docker/setup-buildx-action@v2 - name: Login to DockerHub - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - name: Build and push - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v3 with: context: ./harmony/scripts/docker file: ./harmony/scripts/docker/Dockerfile @@ -205,7 +205,7 @@ jobs: working-directory: harmony - name: Download artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: harmony diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1ebe5e449..58e474351 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -148,7 +148,7 @@ jobs: working-directory: harmony - name: Download artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: harmony @@ -158,16 +158,16 @@ jobs: working-directory: harmony - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v1 + uses: docker/setup-buildx-action@v2 - name: Login to DockerHub - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - name: Build and push - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v3 with: context: ./harmony/scripts/docker file: ./harmony/scripts/docker/Dockerfile @@ -207,7 +207,7 @@ jobs: working-directory: harmony - name: Download artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: harmony