Update build.yaml
Some checks failed
Build and push image / Build (push) Has been cancelled

This commit is contained in:
Jack 2024-11-12 14:12:27 +00:00
parent 1124d76045
commit 53de2d2533

View File

@ -13,7 +13,7 @@ jobs:
- name: Clone
run: git clone https://git.tgj.services/thatguyjack/custom-docker-containers.git .
- name: Login
run: echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login git.tgj.services -u thatguyjack --password-stdin
run: echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login https://git.tgj.services -u ThatGuyJack --password-stdin
- name: Buildx Container
run: docker buildx create --name buildx --driver=docker-container
- name: Build nginx-web