diff --git a/.github/workflows/build_linux.yaml b/.github/workflows/build_linux.yaml index 0b2abfb..d56f6a8 100644 --- a/.github/workflows/build_linux.yaml +++ b/.github/workflows/build_linux.yaml @@ -95,7 +95,7 @@ jobs: # This allows contributors to test changes to the dockerbuild image within a pull request - name: Build docker image - uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6 + uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6 if: steps.changed_files.outputs.any_modified == 'true' with: file: dockerbuild/Dockerfile diff --git a/.github/workflows/dockerbuild.yaml b/.github/workflows/dockerbuild.yaml index c7390c3..d4e37c3 100644 --- a/.github/workflows/dockerbuild.yaml +++ b/.github/workflows/dockerbuild.yaml @@ -30,7 +30,7 @@ jobs: install: true - name: Build test image - uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6 + uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6 with: file: dockerbuild/Dockerfile push: false @@ -42,7 +42,7 @@ jobs: run: docker run -v $PWD:/project element-desktop-dockerbuild yarn install - name: Log in to the Container registry - uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 + uses: docker/login-action@6d4b68b490aef8836e8fb5e50ee7b3bdfa5894f0 if: github.event_name != 'pull_request' with: registry: ${{ env.REGISTRY }} @@ -61,7 +61,7 @@ jobs: - name: Build and push Docker image if: github.event_name != 'pull_request' - uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6 + uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6 with: file: dockerbuild/Dockerfile push: true