This commit is contained in:
parent
d9ee643f05
commit
e9d8c1a383
1 changed files with 5 additions and 7 deletions
|
@ -19,10 +19,8 @@ jobs:
|
|||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
||||
- name: Debug
|
||||
shell: bash
|
||||
run: echo $GITHUB_REPOSITORY
|
||||
|
||||
- name: Debug
|
||||
shell: bash
|
||||
run: echo $GITEA_REPOSITORY
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # 5.1.0
|
||||
with:
|
||||
push: true
|
||||
tags: $GITHUB_REPOSITORY:latest
|
||||
|
|
Loading…
Add table
Reference in a new issue