update registry name
This commit is contained in:
parent
b7116f9e08
commit
329d7deb4c
@ -1,9 +1,11 @@
|
|||||||
# This is a basic workflow to help you get started with Actions
|
# This is a basic workflow to help you get started with Actions
|
||||||
|
|
||||||
name: Build and push image to GitHub container registry
|
name: Build and push image to DockerHub
|
||||||
|
|
||||||
# Controls when the workflow will run
|
# Controls when the workflow will run
|
||||||
on: push
|
on: push
|
||||||
|
|
||||||
|
# Leaving in example for releases. Initially we simply push to 'latest'
|
||||||
# on:
|
# on:
|
||||||
# release:
|
# release:
|
||||||
# types: [ created ]
|
# types: [ created ]
|
||||||
@ -49,7 +51,7 @@ jobs:
|
|||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
push: true
|
push: true
|
||||||
# The test image is /docker and is private. final image will be /calendso and public
|
# The test image is /docker and is private. final image will be /calendso and public
|
||||||
tags: docker.io/${{ secrets.DOCKER_HUB_USERNAME }}/docker:latest
|
tags: docker.io/${{ secrets.DOCKER_HUB_USERNAME }}/calendso:latest
|
||||||
build-args: |
|
build-args: |
|
||||||
BASE_URL=http://localhost:3000
|
BASE_URL=http://localhost:3000
|
||||||
NEXT_PUBLIC_APP_URL=http://localhost:3000
|
NEXT_PUBLIC_APP_URL=http://localhost:3000
|
||||||
|
Loading…
Reference in New Issue
Block a user