diff --git a/.github/workflows/container_dev.yml b/.github/workflows/container_dev.yml index 1657c097e..c80734d8e 100644 --- a/.github/workflows/container_dev.yml +++ b/.github/workflows/container_dev.yml @@ -56,7 +56,7 @@ jobs: password: ${{ secrets.GHCR_TOKEN }} - name: Build - uses: docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5 # v2 + uses: docker/build-push-action@37abcedcc1da61a57767b7588cb9d03eb57e28b3 # v2 with: context: ./docker push: ${{ github.event_name != 'pull_request' }} diff --git a/.github/workflows/container_latest.yml b/.github/workflows/container_latest.yml index 676596482..b963d675b 100644 --- a/.github/workflows/container_latest.yml +++ b/.github/workflows/container_latest.yml @@ -57,7 +57,7 @@ jobs: password: ${{ secrets.GHCR_TOKEN }} - name: Build - uses: docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5 # v2 + uses: docker/build-push-action@37abcedcc1da61a57767b7588cb9d03eb57e28b3 # v2 with: context: ./docker push: ${{ github.event_name != 'pull_request' }} diff --git a/.github/workflows/container_release1.yml b/.github/workflows/container_release1.yml index 9151e970e..7b79eec92 100644 --- a/.github/workflows/container_release1.yml +++ b/.github/workflows/container_release1.yml @@ -47,7 +47,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - name: Build - uses: docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5 # v2 + uses: docker/build-push-action@37abcedcc1da61a57767b7588cb9d03eb57e28b3 # v2 with: context: ./docker push: ${{ github.event_name != 'pull_request' }} diff --git a/.github/workflows/container_release2.yml b/.github/workflows/container_release2.yml index 32c513158..de891a208 100644 --- a/.github/workflows/container_release2.yml +++ b/.github/workflows/container_release2.yml @@ -48,7 +48,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - name: Build - uses: docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5 # v2 + uses: docker/build-push-action@37abcedcc1da61a57767b7588cb9d03eb57e28b3 # v2 with: context: ./docker push: ${{ github.event_name != 'pull_request' }} diff --git a/.github/workflows/container_release3.yml b/.github/workflows/container_release3.yml index c3adc00b3..86341de9b 100644 --- a/.github/workflows/container_release3.yml +++ b/.github/workflows/container_release3.yml @@ -48,7 +48,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - name: Build - uses: docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5 # v2 + uses: docker/build-push-action@37abcedcc1da61a57767b7588cb9d03eb57e28b3 # v2 with: context: ./docker push: ${{ github.event_name != 'pull_request' }} diff --git a/.github/workflows/container_release4.yml b/.github/workflows/container_release4.yml index b845007e1..771c5a5d7 100644 --- a/.github/workflows/container_release4.yml +++ b/.github/workflows/container_release4.yml @@ -47,7 +47,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - name: Build - uses: docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5 # v2 + uses: docker/build-push-action@37abcedcc1da61a57767b7588cb9d03eb57e28b3 # v2 with: context: ./docker push: ${{ github.event_name != 'pull_request' }} diff --git a/.github/workflows/container_release5.yml b/.github/workflows/container_release5.yml index 8f81711e2..72596316d 100644 --- a/.github/workflows/container_release5.yml +++ b/.github/workflows/container_release5.yml @@ -47,7 +47,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - name: Build - uses: docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5 # v2 + uses: docker/build-push-action@37abcedcc1da61a57767b7588cb9d03eb57e28b3 # v2 with: context: ./docker push: ${{ github.event_name != 'pull_request' }}