build and push docker image
Some checks failed
/ docker (push) Failing after 21s

This commit is contained in:
Oliver Lippert 2024-01-20 21:26:57 +01:00
parent d9ee643f05
commit e9d8c1a383
Signed by: oliver
GPG key ID: 4AE99C459BC7D2B3

View file

@ -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