diff --git a/.github/workflows/on-push-to-main.yml b/.github/workflows/on-push-to-main.yml index b0b7ede..96ac4d6 100644 --- a/.github/workflows/on-push-to-main.yml +++ b/.github/workflows/on-push-to-main.yml @@ -44,4 +44,4 @@ jobs: "ENVIRONMENT_ARG=Production" file: ./Dockerfile push: true - tags: weatherstationproject/dashboard:${{ steps.dashboard_version.version }} , weatherstationproject/dashboard:latest \ No newline at end of file + tags: weatherstationproject/dashboard:${{ steps.dashboard_version.outputs.version }} , weatherstationproject/dashboard:latest \ No newline at end of file