vars not env?
Some checks failed
/ build-base (push) Failing after 8s

This commit is contained in:
Ryan Voots 2025-05-08 10:47:21 -04:00
parent 29a8b7a05a
commit 46206e0209

View file

@ -20,6 +20,6 @@ jobs:
uses: https://github.com/docker/build-push-action@v6 uses: https://github.com/docker/build-push-action@v6
with: with:
push: true push: true
tags: "gitea.simcop2387.info/simcop2387/pg-container-base:${{ env.PG_MAJOR_VERSION }}-${{ env.DEB_RELEASE }},gitea.simcop2387.info/simcop2387/pg-container-base:${{ env.PG_MAJOR_VERSION }}-${{ env.DEB_RELEASE }}-${{ env.FMT_DATE }}" tags: "gitea.simcop2387.info/simcop2387/pg-container-base:${{ vars.PG_MAJOR_VERSION }}-${{ vars.DEB_RELEASE }},gitea.simcop2387.info/simcop2387/pg-container-base:${{ vars.PG_MAJOR_VERSION }}-${{ vars.DEB_RELEASE }}-${{ vars.FMT_DATE }}"
context: base/ context: base/
dockerfile: base/Dockerfile dockerfile: base/Dockerfile