docker build
Publish Docker / Publish-Docker (push) Failing after 18m9s Details

main
HeNine 1 year ago
parent aee4a9b452
commit b9095fe415

@ -18,12 +18,12 @@ jobs:
- name: Set up Docker Buildx
uses: https://github.com/docker/setup-buildx-action@v2
- name: Login to Docker Hub
- name: Login to registry
uses: docker/login-action@v2
with:
registry: git.raptorpond.com
username: henine
password: ${{ secrets.PACKAGE_TOKEN }}
password: "${{secrets.PACKAGE_TOKEN}}"
- name: Build and push
uses: https://github.com/docker/build-push-action@v2

Loading…
Cancel
Save