Skip to content

Commit

Permalink
release workflow for build typo in container name
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Dec 12, 2022
1 parent a981d38 commit c1cc51d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
run: |
tag=${GITHUB_REF#refs/tags/}
echo "Tagging and releasing ghcr.io/converged-computing/cloud-select:${tag}"
docker tag ghcr.io/converged-computing/cloud-select:latest converged-computing/cloud-select:${tag}
docker push converged-computing/cloud-select:${tag}
docker tag ghcr.io/converged-computing/cloud-select:latest ghcr.io/converged-computing/cloud-select:${tag}
docker push ghcr.io/converged-computing/cloud-select:${tag}
- name: Deploy
if: (github.event_name != 'pull_request')
Expand Down

0 comments on commit c1cc51d

Please sign in to comment.