diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 36d40bc..10d93b5 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -168,5 +168,5 @@ jobs: context: . platforms: linux/amd64,linux/arm/v7,linux/arm/v8 push: ${{ github.event_name != 'pull_request' }} - tags: ${{ steps..outputs.tags }} - labels: ${{ steps..outputs.labels }} \ No newline at end of file + tags: ${{ steps.semver.outputs.tags }} + labels: ${{ steps.semver.outputs.labels }} \ No newline at end of file