Skip to content

Commit 2a8e3f0

Browse files
committed
Remove custom registry image name
1 parent 9f0b4c0 commit 2a8e3f0

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/vcpkg_docker.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,6 @@ jobs:
5656
username: ${{ github.repository_owner }}
5757
password: ${{ secrets.GITHUB_TOKEN }}
5858

59-
- name: Generate Image Name
60-
env:
61-
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
62-
run: |
63-
test_name=""
64-
if [[ "${GITHUB_REF}" != "refs/heads/master" ]] ; then
65-
test_name="test-${BRANCH_NAME////_}-"
66-
fi
67-
echo "REGISTRY_IMAGE=" >> ${GITHUB_ENV}
68-
6959
- name: Docker meta
7060
id: meta
7161
uses: docker/metadata-action@v5

0 commit comments

Comments
 (0)