Skip to content

Commit 3bd5cd3

Browse files
committed
WIP: release workflow.
Signed-off-by: Volkan Özçelik <me@volkan.io>
1 parent 5bf5cef commit 3bd5cd3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
# Extract version from release tag
7272
VERSION="${{ github.event.release.tag_name }}"
7373
VERSION=${VERSION#v} # Remove 'v' prefix if present
74-
docker manifest create ghcr.io/vmware/vsecm-${{ matrix.app }}:${VERSION} \
75-
--amend ghcr.io/vmware/vsecm-${{ matrix.app }}:${VERSION}-linux-amd64 \
76-
--amend ghcr.io/vmware/vsecm-${{ matrix.app }}:${VERSION}-linux-arm64 && \
77-
docker manifest push ghcr.io/vmware/vsecm-${{ matrix.app }}:${VERSION}
74+
docker manifest create ghcr.io/vmware/secrets-manager-${{ matrix.app }}:${VERSION} \
75+
--amend ghcr.io/vmware/secrets-manager-${{ matrix.app }}:${VERSION}-linux-amd64 \
76+
--amend ghcr.io/vmware/secrets-manager-${{ matrix.app }}:${VERSION}-linux-arm64 && \
77+
docker manifest push ghcr.io/vmware/secrets-manager-${{ matrix.app }}:${VERSION}

hack/scm/tag.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
# >/' SPDX-License-Identifier: BSD-2-Clause
1111
# */
1212

13-
git tag -s v02.0.0-rev2-DO-NOT-USE
13+
git tag -s v02.0.0-rev3-DO-NOT-USE

0 commit comments

Comments
 (0)