We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7381bf2 commit 9c38403Copy full SHA for 9c38403
.github/workflows/ci.yaml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
15
container:
16
- image: ghcr.io/hardcode3/ghr-chess-engine-ubuntu:latest
+ image: ghcr.io/hardcode3/bitbishop-ubuntu:latest
17
credentials:
18
username: ${{ github.actor }}
19
password: ${{ secrets.github_token }}
.github/workflows/docker_build_push.yaml
@@ -35,7 +35,7 @@ jobs:
35
uses: docker/metadata-action@v5
36
with:
37
context: git
38
- images: ghcr.io/${{ github.repository_owner }}/ghr-chess-engine-ubuntu
+ images: ghcr.io/${{ github.repository_owner }}/bitbishop-ubuntu
39
tags: |
40
type=semver,pattern={{version}}
41
type=semver,pattern={{major}}.{{minor}}
0 commit comments