From 5c575db5599403f03313bd999c7645e10264b301 Mon Sep 17 00:00:00 2001 From: Jason_000 Date: Sat, 18 Feb 2023 20:21:08 +0000 Subject: [PATCH] Unindent YAML one level --- .github/workflows/release.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 856c1680..23d24cb5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,15 +33,15 @@ jobs: dictu_${{ github.ref_name }}_amd64.deb dictu_${{ github.ref_name }}_x86_64.apk dictu_${{ github.ref_name }}.x86_64.rpm - - name: Docker Hub Login - uses: docker/login-action@v2 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_TOKEN }} - - name: Build and push - uses: docker/build-push-action@v4 - with: - push: true - tags: dictulang/dictu:${{ github.ref_name }} - file: ./Docker/DictuUbuntuDockerfile - context: . + - name: Docker Hub Login + uses: docker/login-action@v2 + with: + username: ${{ secrets.DOCKERHUB_USERNAME }} + password: ${{ secrets.DOCKERHUB_TOKEN }} + - name: Build and push + uses: docker/build-push-action@v4 + with: + push: true + tags: dictulang/dictu:${{ github.ref_name }} + file: ./Docker/DictuUbuntuDockerfile + context: .