Skip to content

Commit 6a65bef

Browse files
committed
fix: update actions and change to a private package
Refs: #57
1 parent 9f0feea commit 6a65bef

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ jobs:
1717
uses: actions/checkout@v5
1818

1919
- name: Log in to container registry
20-
uses: docker/login-action@v2
20+
uses: docker/login-action@v3
2121
with:
2222
registry: ghcr.io
2323
username: olabekkevold
24-
password: ${{ secrets.GITHUB_TOKEN }}
24+
password: ${{ secrets.PAT }}
2525

2626
- name: Build and push Docker image
27-
uses: docker/build-push-action@v4
27+
uses: docker/build-push-action@v6
2828
with:
2929
context: ./labman
3030
push: true

0 commit comments

Comments
 (0)