fix(docker): change docker image name

Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
This commit is contained in:
Rodney Osodo
2024-10-17 20:59:42 +03:00
parent e8fcaadf5c
commit b4369be774
3 changed files with 3 additions and 7 deletions
+1 -5
View File
@@ -12,10 +12,6 @@ on:
workflow_dispatch:
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
jobs:
build-and-push-image:
runs-on: ubuntu-latest
@@ -38,7 +34,7 @@ jobs:
- name: Log in to the Container registry
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
+1 -1
View File
@@ -5,7 +5,7 @@ GOARM ?= $(shell go env GOARM)
BUILD_DIR ?= ./build
SVC = gophercon
DOCKER_IMAGE_NAME ?= ghcr.io/rodneyosodo/gophercon
DOCKER_IMAGE_NAME ?= ghcr.io/rodneyosodo/gophercon-africa-2024
VERSION ?= $(shell git describe --abbrev=0 --tags 2>/dev/null || echo 'v0.0.0')
define compile_service
+1 -1
View File
@@ -9,7 +9,7 @@ volumes:
services:
gophercon:
image: ghcr.io/rodneyosodo/gophercon:latest
image: ghcr.io/rodneyosodo/gophercon-africa-2024:latest
container_name: gophercon
restart: unless-stopped
ports: