Skip to content

Commit

Permalink
Unindent YAML one level
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2605 committed Feb 18, 2023
1 parent ad1d2c0 commit 5c575db
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: .

0 comments on commit 5c575db

Please sign in to comment.