Update container name
This commit is contained in:
parent
292a87b688
commit
28be3eb2a7
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
@ -15,10 +15,10 @@ jobs:
|
|||
submodules: true
|
||||
|
||||
- name: Build production container
|
||||
run: docker build --tag docker.pkg.github.com/${GITHUB_REPOSITORY,,}/prod:latest .
|
||||
run: docker build --tag docker.pkg.github.com/${GITHUB_REPOSITORY,,}/theorangeone.net:latest .
|
||||
|
||||
- name: Log into GitHub Docker Registry
|
||||
run: echo ${{ secrets.GITHUB_TOKEN }} | docker login docker.pkg.github.com -u ${GITHUB_REPOSITORY%/*} --password-stdin
|
||||
|
||||
- name: Push the Docker container
|
||||
run: docker push docker.pkg.github.com/${GITHUB_REPOSITORY,,}/prod:latest
|
||||
run: docker push docker.pkg.github.com/${GITHUB_REPOSITORY,,}/theorangeone.net:latest
|
||||
|
|
Loading…
Reference in a new issue