diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 45a096d..190feb1 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@14487ce63c7a62a4a324b0bfb37086795e31c6c1 + uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 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@14487ce63c7a62a4a324b0bfb37086795e31c6c1 + uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 if: github.event_name != 'pull_request' && startsWith(github.ref, 'refs/tags/') with: context: . @@ -175,7 +175,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push - for Not PRs and Not Tags - uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 + uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 if: github.event_name != 'pull_request' && !startsWith(github.ref, 'refs/tags/') with: context: . @@ -185,7 +185,7 @@ jobs: labels: ${{ steps.meta.outputs.labels }} - name: Build and push - for Not PRs and Tags - uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 + uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 if: github.event_name != 'pull_request' && startsWith(github.ref, 'refs/tags/') with: context: .