Update github-actions-builddockerfile.yml

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

View File

@@ -26,9 +26,14 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v3
- uses: docker/setup-buildx-action@v3
-
name: Build
uses: docker/build-push-action@v5
with:
context: .
cache-from: type=gha
cache-to: type=gha,mode=max
push: true
tags: mccloud/subgen:latest