This commit is contained in:
@@ -13,7 +13,7 @@ jobs:
|
|||||||
- name: Clone
|
- name: Clone
|
||||||
run: git clone https://git.tgj.services/thatguyjack/custom-docker-containers.git .
|
run: git clone https://git.tgj.services/thatguyjack/custom-docker-containers.git .
|
||||||
- name: Login
|
- 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
|
- name: Buildx Container
|
||||||
run: docker buildx create --name buildx --driver=docker-container
|
run: docker buildx create --name buildx --driver=docker-container
|
||||||
- name: Build nginx-web
|
- name: Build nginx-web
|
||||||
|
Reference in New Issue
Block a user