resolve name collision

This commit is contained in:
sakkiii 2021-09-06 17:27:49 +05:30 committed by GitHub
parent aaca54722a
commit 01d20bf931
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ jobs:
with: with:
username: ${{ secrets.DOCKERHUB_USERNAME }} username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push - name: Build and Push Updated Latest
uses: docker/build-push-action@v2 uses: docker/build-push-action@v2
with: with:
context: . context: .
@ -43,7 +43,7 @@ jobs:
;; ;;
esac esac
echo "::set-output name=tag::$tag" echo "::set-output name=tag::$tag"
- name: Build and push - name: Build and Push Tag
uses: docker/build-push-action@v2 uses: docker/build-push-action@v2
with: with:
context: . context: .