Skip to content

Commit f18d760

Browse files
committed
Remove rewrite-timestamp from action
1 parent 3dfcb11 commit f18d760

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/gateway-release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ jobs:
5252
build-args: |
5353
DSTACK_REV=${{ env.GIT_REV }}
5454
SOURCE_DATE_EPOCH=${{ env.TIMESTAMP }}
55-
outputs: |
56-
type=docker,name=${{ vars.DOCKERHUB_USERNAME }}/gateway:${{ env.VERSION }},rewrite-timestamp=true
5755
5856
- name: Generate artifact attestation
5957
uses: actions/attest-build-provenance@v1

.github/workflows/kms-release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ jobs:
5555
build-args: |
5656
DSTACK_REV=${{ env.GIT_REV }}
5757
SOURCE_DATE_EPOCH=${{ env.TIMESTAMP }}
58-
outputs: |
59-
type=docker,name=${{ vars.DOCKERHUB_USERNAME }}/kms:${{ env.VERSION }},rewrite-timestamp=true
6058
6159
- name: Generate artifact attestation
6260
uses: actions/attest-build-provenance@v1

0 commit comments

Comments
 (0)