diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 2cc2a11..e236547 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -53,7 +53,7 @@ jobs: context: . file: ./Docker/Dockerfile.base push: true - tags: ghcr.io/${{ steps.string.outputs.lowercase }}/web-base:${{ matrix.python }}-alpine${{ matrix.alpine }} + tags: ghcr.io/${{ steps.string.outputs.lowercase }}/web-base/python:${{ matrix.python }}-alpine${{ matrix.alpine }} - name: Build and push Poetry uses: docker/build-push-action@v3 @@ -65,4 +65,4 @@ jobs: file: ./Docker/Dockerfile.poetry platforms: linux/amd64,linux/arm64 push: true - tags: ghcr.io/${{ steps.string.outputs.lowercase }}/poetry:${{ matrix.python }}-alpine${{ matrix.alpine }} + tags: ghcr.io/${{ steps.string.outputs.lowercase }}/web-base/poetry:${{ matrix.python }}-alpine${{ matrix.alpine }}