Skip to content

Commit

Permalink
Rename Docker Hub image to samply/rustyspot
Browse files Browse the repository at this point in the history
  • Loading branch information
lablans committed May 19, 2023
1 parent 9bcba98 commit 8917447
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub_readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
component:
- spot-new
- rustyspot

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
uses: samply/github-workflows/.github/workflows/docker-ci.yml@main
with:
# The Docker Hub Repository you want eventually push to, e.g samply/share-client
image-name: "samply/spot-new"
image-name: "samply/rustyspot"
# Define special prefixes for docker tags. They will prefix each images tag.
# image-tag-prefix: "foo"
# Define the build context of your image, typically default '.' will be enough
Expand Down

0 comments on commit 8917447

Please sign in to comment.