diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index fe64245..168f04d 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -45,7 +45,7 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - attributes: ${{ steps.meta.outputs.attributes }} + annotations: ${{ steps.meta.outputs.annotations }} context: base/ dockerfile: base/Dockerfile build-args: | @@ -108,7 +108,7 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - attributes: ${{ steps.meta.outputs.attributes }} + annotations: ${{ steps.meta.outputs.annotations }} context: general/ dockerfile: general/Dockerfile target: final @@ -169,7 +169,7 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - attributes: ${{ steps.meta.outputs.attributes }} + annotations: ${{ steps.meta.outputs.annotations }} context: ltss/ dockerfile: ltss/Dockerfile target: final