Skip to content

Commit 9c38403

Browse files
authored
Fixing docker build push with the new name for the project (#45)
* fixed docker build push with the actual recent name for the project * updated ci with latest package name * revert trigger
1 parent 7381bf2 commit 9c38403

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
container:
16-
image: ghcr.io/hardcode3/ghr-chess-engine-ubuntu:latest
16+
image: ghcr.io/hardcode3/bitbishop-ubuntu:latest
1717
credentials:
1818
username: ${{ github.actor }}
1919
password: ${{ secrets.github_token }}

.github/workflows/docker_build_push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: docker/metadata-action@v5
3636
with:
3737
context: git
38-
images: ghcr.io/${{ github.repository_owner }}/ghr-chess-engine-ubuntu
38+
images: ghcr.io/${{ github.repository_owner }}/bitbishop-ubuntu
3939
tags: |
4040
type=semver,pattern={{version}}
4141
type=semver,pattern={{major}}.{{minor}}

0 commit comments

Comments
 (0)