Update ci
All checks were successful
CI / build-test (push) Successful in 3m7s

This commit is contained in:
Brock H Caldwell
2026-03-09 11:51:26 -05:00
parent a2da2698e3
commit 6e358fe1eb

View File

@@ -30,6 +30,13 @@ jobs:
- name: Compile assets
run: APP_ENV=build php bin/console asset-map:compile
- name: Login to registry
uses: docker/login-action@v2
with:
registry: "${{ vars.REGISTRY_URL }}"
username: "${{ vars.REGISTRY_USER }}"
password: "${{ vars.REGISTRY_PASS }}"
- name: Create docker image
run: |
version="${{ gitea.REF_NAME }}"