lets get base in the registry
Some checks failed
Build and Push Image / Build and push image (push) Failing after 8m52s

This commit is contained in:
Andrew Ridgway 2024-08-13 15:21:28 +10:00
parent 073dcc2f34
commit 1baa860796
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ jobs:
file: base.Dockerfile file: base.Dockerfile
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64
tags: | tags: |
pool_base_image:latest git.aridgwayweb.com/armistace/pool_base_image:latest
- name: Build and Push - name: Build and Push
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5

View File

@ -1,4 +1,4 @@
FROM pool_base_image AS flask FROM git.aridgwayweb.com/armistace/pool_base_image AS flask
COPY requirements.txt . COPY requirements.txt .