Skip to content

Commit

Permalink
fix: changing the registry for the docker
Browse files Browse the repository at this point in the history
  • Loading branch information
antonko committed Mar 30, 2024
1 parent e689747 commit 997a4f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
fetch-depth: 0

- name: Build Docker image
run: docker build -t antonk0/arq-ui-test:latest .
run: docker build -t antonk0/arq-ui:latest .

- name: Download build artifact
uses: actions/download-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
[
"@semantic-release-plus/docker",
{
"name": "antonk0/arq-ui-test"
"name": "antonk0/arq-ui"
}
]
]
Expand Down

0 comments on commit 997a4f8

Please sign in to comment.