Skip to content

Commit 03ba5dd

Browse files
reverting pr_1241 (#1250)
1 parent 919268f commit 03ba5dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
tags: ${{ steps.meta.outputs.tags }}
114114
labels: ${{ steps.meta.outputs.labels }}
115115
- name: OCI Metadata for single-arch image
116-
#if: startsWith(github.ref, 'refs/tags/v')
116+
if: startsWith(github.ref, 'refs/tags/v')
117117
id: single-arch-meta
118118
uses: docker/metadata-action@v4
119119
with:
@@ -126,7 +126,7 @@ jobs:
126126
tags: |
127127
type=semver,pattern={{version}},suffix=-amd64,latest=false
128128
- name: Build and push single-arch image
129-
#if: startsWith(github.ref, 'refs/tags/v')
129+
if: startsWith(github.ref, 'refs/tags/v')
130130
uses: docker/build-push-action@v3
131131
with:
132132
context: .

0 commit comments

Comments
 (0)