diff --git a/.github/workflows/image-push.yml b/.github/workflows/image-push.yml index 3fe17ed..6f8bdb2 100644 --- a/.github/workflows/image-push.yml +++ b/.github/workflows/image-push.yml @@ -50,6 +50,7 @@ jobs: build-args: | APP_VERSION=${{ steps.get_version.outputs.VERSION }} tags: | + ${{ env.REGISTRY }}:latest ${{ env.REGISTRY }}:${{ steps.get_version.outputs.VERSION }} - name: List docker images