diff --git a/.github/workflows/images.yml b/.github/workflows/images.yml index 250e41b..7ff7bda 100644 --- a/.github/workflows/images.yml +++ b/.github/workflows/images.yml @@ -55,7 +55,7 @@ jobs: tags: | type=semver,pattern=sandbox-v{{version}} type=raw,value=sandbox-${{ steps.version.outputs.version }},enable=${{ github.ref_type != 'tag' }} - - uses: docker/build-push-action@v6 + - uses: docker/build-push-action@v7 if: steps.changes.outputs.changed == 'true' with: context: profiles/images/sandbox-default