use multiarch alpine git image

This commit is contained in:
Robert Kaussow 2020-12-23 23:54:58 +01:00
parent 65e3d0f979
commit a194d90ffe
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
2 changed files with 17 additions and 17 deletions

View File

@ -27,7 +27,7 @@ local PipelineLint = {
steps: [
{
name: 'fetch',
image: 'thegeeklab/alpine-tools',
image: 'alpine/git',
commands: [
'git fetch -tq',
],
@ -61,7 +61,7 @@ local PipelineTest = {
steps: [
{
name: 'fetch',
image: 'thegeeklab/alpine-tools',
image: 'alpine/git',
commands: [
'git fetch -tq',
],
@ -108,7 +108,7 @@ local PipelineSecurity = {
steps: [
{
name: 'fetch',
image: 'thegeeklab/alpine-tools',
image: 'alpine/git',
commands: [
'git fetch -tq',
],
@ -145,7 +145,7 @@ local PipelineBuildPackage = {
steps: [
{
name: 'fetch',
image: 'thegeeklab/alpine-tools',
image: 'alpine/git',
commands: [
'git fetch -tq',
],
@ -214,7 +214,7 @@ local PipelineBuildContainer(arch='amd64') = {
steps: [
{
name: 'fetch',
image: 'thegeeklab/alpine-tools',
image: 'alpine/git',
commands: [
'git fetch -tq',
],
@ -301,7 +301,7 @@ local PipelineDocs = {
steps: [
{
name: 'fetch',
image: 'thegeeklab/alpine-tools',
image: 'alpine/git',
commands: [
'git fetch -tq',
],
@ -414,7 +414,7 @@ local PipelineNotifications = {
steps: [
{
name: 'fetch',
image: 'thegeeklab/alpine-tools',
image: 'alpine/git',
commands: [
'git fetch -tq',
],

View File

@ -8,7 +8,7 @@ platform:
steps:
- name: fetch
image: thegeeklab/alpine-tools
image: alpine/git
commands:
- git fetch -tq
@ -40,7 +40,7 @@ platform:
steps:
- name: fetch
image: thegeeklab/alpine-tools
image: alpine/git
commands:
- git fetch -tq
@ -133,7 +133,7 @@ platform:
steps:
- name: fetch
image: thegeeklab/alpine-tools
image: alpine/git
commands:
- git fetch -tq
@ -168,7 +168,7 @@ platform:
steps:
- name: fetch
image: thegeeklab/alpine-tools
image: alpine/git
commands:
- git fetch -tq
@ -234,7 +234,7 @@ platform:
steps:
- name: fetch
image: thegeeklab/alpine-tools
image: alpine/git
commands:
- git fetch -tq
@ -325,7 +325,7 @@ platform:
steps:
- name: fetch
image: thegeeklab/alpine-tools
image: alpine/git
commands:
- git fetch -tq
@ -416,7 +416,7 @@ platform:
steps:
- name: fetch
image: thegeeklab/alpine-tools
image: alpine/git
commands:
- git fetch -tq
@ -510,7 +510,7 @@ concurrency:
steps:
- name: fetch
image: thegeeklab/alpine-tools
image: alpine/git
commands:
- git fetch -tq
@ -607,7 +607,7 @@ platform:
steps:
- name: fetch
image: thegeeklab/alpine-tools
image: alpine/git
commands:
- git fetch -tq
@ -697,6 +697,6 @@ depends_on:
---
kind: signature
hmac: c79a1e6c4b48d2989922a16cb430f9c31958011389b9b4842c98d319c9088ad0
hmac: 2a60c2f0458edd526f1fd0d934e39b1b513e27e52f061368ef6f03c44fedfebf
...