This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user