Skip to content

Commit c47d74d

Browse files
authored
Revert "customize docker image tag for alpine images" (microsoft#26)
This reverts commit bb4ddf6.
1 parent 6c97da7 commit c47d74d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
- template: build.yml
3232
parameters:
3333
arch: alpine-x64
34-
tag: alpine-311-x64
3534

3635
- job: alpine_arm64
3736
pool:
@@ -41,7 +40,6 @@ jobs:
4140
parameters:
4241
qemu: 'true'
4342
arch: alpine-arm64
44-
tag: alpine-311-arm64
4543

4644
- job: buster_arm64
4745
pool:

build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ steps:
1616
inputs:
1717
containerRegistry: VSCodeHub
1818
repository: 'vscode-linux-build-agent'
19-
tags: ${{ coalesce(parameters.tag, parameters.arch) }}
19+
tags: ${{ parameters.arch }}
2020
command: push
2121
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/main'))

0 commit comments

Comments
 (0)