fixed indent error
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 11s Details

This commit is contained in:
Nicolas Trimborn 2023-07-19 19:48:21 +02:00
parent e6144a8b99
commit 02d81ce818
1 changed files with 7 additions and 7 deletions

View File

@ -36,12 +36,12 @@ jobs:
uses: docker/setup-buildx-action@79abd3f86f79a9d68a23c75a09a9a85889262adf uses: docker/setup-buildx-action@79abd3f86f79a9d68a23c75a09a9a85889262adf
- name: Login to DockerHub - name: Login to DockerHub
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'
uses: docker/login-action@v2 uses: docker/login-action@v2
with: with:
registry: git.nicktrimborn.de registry: git.nicktrimborn.de
username: ${{ secrets.ACTION_USER }} username: ${{ secrets.ACTION_USER }}
password: ${{ secrets.PASSWORD }} password: ${{ secrets.PASSWORD }}
- name: Docker meta - name: Docker meta
id: meta id: meta
@ -61,4 +61,4 @@ jobs:
context: . context: .
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}