diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 3065d5a..628c28b 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -61,7 +61,7 @@ jobs: test - name: Build and Push - uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 + uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f with: push: true tags: ${{ steps.meta.outputs.tags }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 156811f..7c4d56a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Release Please - uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 + uses: googleapis/release-please-action@5c625bfb5d1ff62eadeeb3772007f7f66fdcf071 id: release with: release-type: node @@ -91,7 +91,7 @@ jobs: - name: Build and Push if: ${{ steps.release.outputs.release_created }} - uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 + uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f with: push: true tags: ${{ steps.meta.outputs.tags }}