diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 424051b..5a1c1ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,7 +82,7 @@ jobs: # https://github.com/docker/setup-buildx-action#usage - uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0 # https://github.com/docker/build-push-action#usage - - uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0 + - uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 with: load: true context: . @@ -90,7 +90,7 @@ jobs: tags: app:latest cache-from: type=gha cache-to: type=gha,mode=max - - uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0 + - uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 with: load: true context: .