Skip to content

Commit

Permalink
chore: change GH workflow for Docker image to use ignite/cli in tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jeronimoalbi committed Jun 23, 2022
1 parent b8ef64a commit fb7c257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Prepare
id: prep
run: |
DOCKER_IMAGE=ignitehq/cli
DOCKER_IMAGE=ignite/cli
VERSION=develop
TAGS="${DOCKER_IMAGE}:${VERSION}"
if [[ $GITHUB_REF == refs/tags/* ]]; then
Expand Down

0 comments on commit fb7c257

Please sign in to comment.