We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad03ca0 commit 3abcd04Copy full SHA for 3abcd04
1 file changed
.github/workflows/build-and-deploy.yml
@@ -7,7 +7,7 @@ on:
7
8
env:
9
REGISTRY: ghcr.io
10
- IMAGE_NAME: gemini-cli
+ IMAGE_NAME: ophiosdev/gemini-cli
11
12
jobs:
13
build-and-push:
@@ -50,7 +50,7 @@ jobs:
50
org.opencontainers.image.maintainer=Ophios GmbH
51
- name: Build and push Docker image
52
id: build_and_push
53
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
54
with:
55
context: .
56
push: true
0 commit comments