mirror of
https://github.com/hargata/lubelog.git
synced 2025-12-10 00:46:08 -06:00
test
This commit is contained in:
parent
f2386fc9d8
commit
b2b129389a
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
@ -16,6 +16,6 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Build and push the Docker image
|
- name: Build and push the Docker image
|
||||||
run: |
|
run: |
|
||||||
docker login -u hargata -p {{ secrets.GHCR_PAT }} ghcr.io
|
docker login -u "hargata" -p "{{ secrets.GHCR_PAT }}" ghcr.io
|
||||||
docker build . --file Dockerfile --tag ghcr.io/hargata/lubelogger:latest
|
docker build . --file Dockerfile --tag ghcr.io/hargata/lubelogger:latest
|
||||||
docker push ghcr.io/hargata/lubelogger:latest
|
docker push ghcr.io/hargata/lubelogger:latest
|
||||||
Loading…
x
Reference in New Issue
Block a user