mirror of
https://github.com/rodneyosodo/gophercon-africa-2024.git
synced 2026-06-23 04:10:06 +00:00
fix(docker): change docker image name
Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
This commit is contained in:
@@ -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 }}
|
||||
|
||||
|
||||
@@ -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
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user