windows 1809 docker build pin (#384)

This commit is contained in:
TP Honey
2023-01-30 13:09:06 +00:00
committed by GitHub
parent 024f906d29
commit 7ce09b0eba
2 changed files with 13 additions and 7 deletions
+7 -4
View File
@@ -79,10 +79,11 @@ steps:
when:
event: [push, tag]
- name: build ecr plugin
image: plugins/docker
image: tphoney/docker:windows-1809-amd64
pull: never
settings:
dockerfile: docker/ecr/Dockerfile.windows.amd64.1809
repo: plugins/docker
repo: plugins/ecr
username:
from_secret: docker_username
password:
@@ -93,7 +94,8 @@ steps:
when:
event: [push, tag]
- name: build gcr plugin
image: plugins/docker
image: tphoney/docker:windows-1809-amd64
pull: never
settings:
dockerfile: docker/gcr/Dockerfile.windows.amd64.1809
repo: plugins/gcr
@@ -107,7 +109,8 @@ steps:
when:
event: [push, tag]
- name: build acr plugin
image: plugins/docker
image: tphoney/docker:windows-1809-amd64
pull: never
settings:
dockerfile: docker/acr/Dockerfile.windows.amd64.1809
repo: plugins/acr