Skip to content

Commit f16e0e2

Browse files
committed
Remove rewrite-timestamp from action
1 parent 0d61718 commit f16e0e2

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/gateway-release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ jobs:
5353
build-args: |
5454
DSTACK_REV=${{ env.GIT_REV }}
5555
SOURCE_DATE_EPOCH=${{ env.TIMESTAMP }}
56-
outputs: |
57-
type=docker,name=${{ vars.DOCKERHUB_USERNAME }}/gateway:${{ env.VERSION }},rewrite-timestamp=true
5856
5957
- name: Generate artifact attestation
6058
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
@@ -56,8 +56,6 @@ jobs:
5656
build-args: |
5757
DSTACK_REV=${{ env.GIT_REV }}
5858
SOURCE_DATE_EPOCH=${{ env.TIMESTAMP }}
59-
outputs: |
60-
type=docker,name=${{ vars.DOCKERHUB_USERNAME }}/kms:${{ env.VERSION }},rewrite-timestamp=true
6159
6260
- name: Generate artifact attestation
6361
uses: actions/attest-build-provenance@v1

0 commit comments

Comments
 (0)