This commit is contained in:
DESKTOP-GENO133\IvanPlex
2024-01-06 21:49:29 -07:00
parent d625a91ed7
commit f2386fc9d8

View File

@@ -16,6 +16,6 @@ jobs:
- uses: actions/checkout@v3
- name: Build and push the Docker image
run: |
docker login --username hargata --password {{ 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 push ghcr.io/hargata/lubelogger:latest