hopefully fixed the docker build workflow
This commit is contained in:
parent
159b758e0e
commit
85197961c4
1 changed files with 5 additions and 4 deletions
|
@ -11,18 +11,19 @@ jobs:
|
||||||
container: catthehacker/ubuntu:act-latest
|
container: catthehacker/ubuntu:act-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.COASTALCOMMITSTOKEN }}
|
token: ${{ secrets.REGISTRYTOKEN }}
|
||||||
- name: Login to CoastalCommits
|
- name: Login to CoastalCommits
|
||||||
uses: actions/docker-login@v3
|
uses: actions/docker-login@v3
|
||||||
with:
|
with:
|
||||||
|
registry: coastalcommits.com
|
||||||
username: SeaswimmerTheFsh
|
username: SeaswimmerTheFsh
|
||||||
password: ${{ secrets.COASTALCOMMITSTOKEN }}
|
password: ${{ secrets.REGISTRYTOKEN }}
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: actions/docker-build-push@v5
|
uses: actions/docker-build-push@v5
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: Dockerfile
|
file: Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: https://coastalcommits.com/seaswimmerthefsh/discordeventlog:latest
|
tags: coastalcommits.com/seaswimmerthefsh/discordeventlog:latest
|
||||||
|
|
Loading…
Reference in a new issue