Update github-actions-builddockerfile.yml

This commit is contained in:
McCloudS
2024-02-05 23:09:12 -07:00
committed by GitHub
parent 743366b741
commit 83d9fbd446

View File

@@ -30,6 +30,9 @@ jobs:
name: Build and push
uses: docker/build-push-action@v5
with:
context: .
push: true
tags: mccloud/subgen:latest
cache-from: type=gha
cache-to: type=gha,mode=max