File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments