lets get base in the registry
Some checks failed
Build and Push Image / Build and push image (push) Failing after 8m52s
Some checks failed
Build and Push Image / Build and push image (push) Failing after 8m52s
This commit is contained in:
parent
073dcc2f34
commit
1baa860796
@ -40,7 +40,7 @@ jobs:
|
||||
file: base.Dockerfile
|
||||
platforms: linux/amd64,linux/arm64
|
||||
tags: |
|
||||
pool_base_image:latest
|
||||
git.aridgwayweb.com/armistace/pool_base_image:latest
|
||||
|
||||
- name: Build and Push
|
||||
uses: docker/build-push-action@v5
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM pool_base_image AS flask
|
||||
FROM git.aridgwayweb.com/armistace/pool_base_image AS flask
|
||||
|
||||
COPY requirements.txt .
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user