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 }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
|
|
||||||
- name: Debug
|
- name: Build and push
|
||||||
shell: bash
|
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # 5.1.0
|
||||||
run: echo $GITHUB_REPOSITORY
|
with:
|
||||||
|
push: true
|
||||||
- name: Debug
|
tags: $GITHUB_REPOSITORY:latest
|
||||||
shell: bash
|
|
||||||
run: echo $GITEA_REPOSITORY
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue