diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b1ae71..807d3f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -138,7 +138,7 @@ jobs: type=raw,value=dev-latest,enable=${{ github.ref == 'refs/heads/dev' }} - name: Build and push app image - uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 with: context: . target: app @@ -152,7 +152,7 @@ jobs: VERSION=${{ github.sha }} - name: Build and push migrate image - uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 with: context: . target: migrate diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 041260b..0faf983 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -143,7 +143,7 @@ jobs: type=raw,value=latest - name: Build and push app image - uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 with: context: . target: app @@ -157,7 +157,7 @@ jobs: VERSION=${{ needs.release-please.outputs.tag_name }} - name: Build and push migrate image - uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 with: context: . target: migrate