Update github-actions-builddockerfile.yml

This commit is contained in:
McCloudS
2024-02-10 22:27:03 -07:00
committed by GitHub
parent a962308833
commit 6877c1e2f7

View File

@@ -27,8 +27,16 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Build and push
name: Build
uses: docker/build-push-action@v5
with:
push: true
push: false
tags: mccloud/subgen:latest
- uses: kitabisa/docker-slim-action@v1
env:
DSLIM_HTTP_PROBE: false
with:
target: mccloud/subgen:latest
overwrite: true
# Push to the registry
- run: docker image push "mccloud/subgen:latest"