still learning
Some checks failed
/ build-base (push) Failing after 41s

This commit is contained in:
Ryan Voots 2025-05-08 11:00:42 -04:00
parent d2257abf7f
commit 106a3b06aa

View file

@ -28,6 +28,7 @@ jobs:
uses: https://github.com/docker/build-push-action@v6
with:
push: true
tags: {{ steps.meta.outputs.tags }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
context: base/
dockerfile: base/Dockerfile