Skip to content

Commit 3abcd04

Browse files
committed
fix: 🐛 corrected container name in .github/workflows/build-and-deploy.yml
1 parent ad03ca0 commit 3abcd04

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
env:
99
REGISTRY: ghcr.io
10-
IMAGE_NAME: gemini-cli
10+
IMAGE_NAME: ophiosdev/gemini-cli
1111

1212
jobs:
1313
build-and-push:
@@ -50,7 +50,7 @@ jobs:
5050
org.opencontainers.image.maintainer=Ophios GmbH
5151
- name: Build and push Docker image
5252
id: build_and_push
53-
uses: docker/build-push-action@v5
53+
uses: docker/build-push-action@v6
5454
with:
5555
context: .
5656
push: true

0 commit comments

Comments
 (0)