diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b269ce1..286a50e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -60,5 +60,6 @@ jobs: context: . file: ${{ env.DOCKERFILE }} push: true + tags: ${{ steps.latest-version.outputs.VERSION }} build-args: | VERSION=${{ steps.latest-version.outputs.VERSION }}