1
Fork 0

Update container name

This commit is contained in:
Jake Howard 2020-04-09 22:32:59 +01:00
parent 292a87b688
commit 28be3eb2a7
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

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