Update github-actions-builddockerfile.yml

This commit is contained in:
McCloudS
2024-02-10 23:06:04 -07:00
committed by GitHub
parent fef23a7868
commit 5c3d25ff97

View File

@@ -30,13 +30,5 @@ jobs:
name: Build
uses: docker/build-push-action@v5
with:
push: false
push: true
tags: mccloud/subgen:latest
- uses: kitabisa/docker-slim-action@v1
env:
DSLIM_HTTP_PROBE: false
with:
target: docker.io/mccloud/subgen:latest
overwrite: true
# Push to the registry
- run: docker image push "mccloud/subgen:latest" --all-tags