diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 902a644..2a8bc1c 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -56,7 +56,7 @@ jobs: - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 + uses: docker/build-push-action@601a80b39c9405e50806ae38af30926f9d957c47 with: context: "{{defaultContext}}:7.4" push: true @@ -97,7 +97,7 @@ jobs: - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 + uses: docker/build-push-action@601a80b39c9405e50806ae38af30926f9d957c47 with: context: "{{defaultContext}}:8.0" push: ${{ github.event_name != 'pull_request' }} @@ -138,7 +138,7 @@ jobs: - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 + uses: docker/build-push-action@601a80b39c9405e50806ae38af30926f9d957c47 with: context: "{{defaultContext}}:8.1" push: ${{ github.event_name != 'pull_request' }} @@ -179,7 +179,7 @@ jobs: - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 + uses: docker/build-push-action@601a80b39c9405e50806ae38af30926f9d957c47 with: context: "{{defaultContext}}:8.2" push: ${{ github.event_name != 'pull_request' }} @@ -220,7 +220,7 @@ jobs: - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 + uses: docker/build-push-action@601a80b39c9405e50806ae38af30926f9d957c47 with: context: "{{defaultContext}}:8.3" push: ${{ github.event_name != 'pull_request' }}