diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index be51c964..2fd5eab4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -57,7 +57,7 @@ jobs: - name: Publish unstable Docker image to GitHub Package Registry if: startsWith(github.ref, 'refs/tags/') != true - uses: whoan/docker-build-with-cache-action@v8.0.0 + uses: whoan/docker-build-with-cache-action@v8.0.2 with: username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} @@ -71,7 +71,7 @@ jobs: - name: Publish stable Docker image to Docker Hub if: startsWith(github.ref, 'refs/tags/') - uses: whoan/docker-build-with-cache-action@v8.0.0 + uses: whoan/docker-build-with-cache-action@v8.0.2 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: "${{ secrets.DOCKERHUB_PASSWORD }}" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9a90a98a..27d808ba 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -71,7 +71,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} - name: Build Docker Image - uses: whoan/docker-build-with-cache-action@v8.0.0 + uses: whoan/docker-build-with-cache-action@v8.0.2 with: username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }}