Skip to content

Commit

Permalink
Remove custom registry image name
Browse files Browse the repository at this point in the history
  • Loading branch information
ekilmer committed Jan 5, 2024
1 parent 9f0b4c0 commit 2a8e3f0
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/vcpkg_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,6 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Generate Image Name
env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
run: |
test_name=""
if [[ "${GITHUB_REF}" != "refs/heads/master" ]] ; then
test_name="test-${BRANCH_NAME////_}-"
fi
echo "REGISTRY_IMAGE=" >> ${GITHUB_ENV}
- name: Docker meta
id: meta
uses: docker/metadata-action@v5
Expand Down

0 comments on commit 2a8e3f0

Please sign in to comment.