update
This commit is contained in:
@@ -23,6 +23,9 @@ jobs:
|
||||
registry: git.yoshino-s.xyz
|
||||
username: ${{ gitea.repository_owner }}
|
||||
password: ${{ secrets.PACKAGES_PASSWORD }}
|
||||
- name: Replace tag
|
||||
run: |
|
||||
sed -i "s/latest/${{ gitea.event.inputs.tag }}/g" Dockerfile
|
||||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user