Skip to content

Commit efec913

Browse files
authored
Update docker-publish.yml
1 parent 0b9c59e commit efec913

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
push:
1010
branches: [ "main" ]
1111
# Publish semver tags as releases.
12-
tags: [ 'v*.*.*' ]
12+
tags: [ 'v1.0.0' ]
1313
pull_request:
1414
branches: [ "main" ]
1515

@@ -75,7 +75,7 @@ jobs:
7575
with:
7676
context: .
7777
push: ${{ github.event_name != 'pull_request' }}
78-
tags: ${{ steps.meta.outputs.tags }}
78+
tags: v1.0.0
7979
labels: ${{ steps.meta.outputs.labels }}
8080
cache-from: type=gha
8181
cache-to: type=gha,mode=max
@@ -89,7 +89,7 @@ jobs:
8989
if: ${{ github.event_name != 'pull_request' }}
9090
env:
9191
# https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#using-an-intermediate-environment-variable
92-
TAGS: ${{ steps.meta.outputs.tags }}
92+
TAGS: v1.0.0
9393
DIGEST: ${{ steps.build-and-push.outputs.digest }}
9494
# This step uses the identity token to provision an ephemeral certificate
9595
# against the sigstore community Fulcio instance.

0 commit comments

Comments
 (0)