Automate docker build #1

Merged
audrey merged 7 commits from action into main 2025-04-03 13:59:06 +00:00
Showing only changes of commit f9b9390789 - Show all commits

View File

@ -35,7 +35,7 @@ jobs:
with: with:
username: ${{secrets.REGISTRY_USERNAME }} username: ${{secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REPOSITORY_TOKEN }} password: ${{ secrets.REPOSITORY_TOKEN }}
registry: gitea:3000 registry: ${{ env.DOCKER_REGISTRY_URL }}
- name: Create Tag - name: Create Tag
id: tagger id: tagger
run: | run: |