fix repo name
This commit is contained in:
parent
7fe5939a22
commit
c749ab7c9d
4
.github/workflows/build-image.yml
vendored
4
.github/workflows/build-image.yml
vendored
@ -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 }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user