Created Dockerfiles #22

Open
xbazzi wants to merge 14 commits from Dockerfile into master
Showing only changes of commit dfb7011dc3 - Show all commits

View File

@ -39,7 +39,7 @@ jobs:
name: Build and push OCI image
run: |
IMAGE=$REGISTRY/$OWNER/$IMAGE_NAME:$TAG
docker build -t $IMAGE .
docker build -f Dockerfile.builder -t $IMAGE .
-
name: Push OCI image
run: |