Skip to content

Commit

Permalink
Automatically Determine Docker Image Name based on GH Repo v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed Kingscote committed Mar 10, 2021
1 parent 59e95b3 commit 7753975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Prepare
id: prep
run: |
DOCKER_IMAGE=${GITHUB_REPOSITORY}
DOCKER_IMAGE=${{ secrets.DOCKERHUB_USERNAME }}/git-mirror
VERSION=edge
if [[ $GITHUB_REF == refs/tags/* ]]; then
VERSION=${GITHUB_REF#refs/tags/v}
Expand Down

0 comments on commit 7753975

Please sign in to comment.