diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 12e9b53..d4b2677 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -53,6 +53,7 @@ jobs: context: . push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} + # todo: add github runner version to label labels: ${{ steps.meta.outputs.labels }} build-args: | - RUNNER_VERSION: ${{ steps.package.outputs.content }}