fix repo name

This commit is contained in:
Attilio Greco 2022-12-16 15:53:39 +01:00
parent 7fe5939a22
commit c749ab7c9d
No known key found for this signature in database
GPG Key ID: FC1D47921C8F19CC

View File

@ -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 }}