diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 629dd02..f45d9c8 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -105,7 +105,7 @@ jobs: df -h - name: Build and load local docker image for PRs or Not Tags - uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 + uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 if: github.event_name == 'pull_request' || !startsWith(github.ref, 'refs/tags/') with: context: . @@ -113,7 +113,7 @@ jobs: tags: ${{ env.IMAGE_NAME}}:${{ env.TAG}} - name: Build and load local docker image for Not PRs and Tags - uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 + uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 if: github.event_name != 'pull_request' && startsWith(github.ref, 'refs/tags/') with: context: . @@ -172,7 +172,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push - for Not PRs and Not Tags - uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 + uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 if: github.event_name != 'pull_request' && !startsWith(github.ref, 'refs/tags/') with: context: . @@ -182,7 +182,7 @@ jobs: labels: ${{ steps.meta.outputs.labels }} - name: Build and push - for Not PRs and Tags - uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 + uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 if: github.event_name != 'pull_request' && startsWith(github.ref, 'refs/tags/') with: context: .