update registry name

This commit is contained in:
Colin Griffin 2021-12-17 12:13:34 -05:00 committed by GitHub
parent b7116f9e08
commit 329d7deb4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -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