diff --git a/UPGRADE.md b/UPGRADE.md index 0c09c04f..218ba042 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -147,8 +147,8 @@ jobs: with: context: . push: ${{ github.event_name != 'pull_request' }} - tags: ${{ steps.docker_meta.outputs.tags }} - labels: ${{ steps.docker_meta.outputs.labels }} + tags: ${{ steps.meta.outputs.tags }} + labels: ${{ steps.meta.outputs.labels }} ``` ```yaml