mirror of
https://github.com/jwetzell/docker-guacamole.git
synced 2026-09-11 00:59:35 +00:00
actually point base workflow at the base dockerfile
This commit is contained in:
@@ -24,6 +24,7 @@ jobs:
|
|||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
|
file: Dockerfile.base
|
||||||
tags: jwetzell/guacamole:base
|
tags: jwetzell/guacamole:base
|
||||||
cache-from: type=gha
|
cache-from: type=gha
|
||||||
cache-to: type=gha,mode=max
|
cache-to: type=gha,mode=max
|
||||||
|
|||||||
Reference in New Issue
Block a user