We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bad55fd commit 486eeecCopy full SHA for 486eeec
1 file changed
.github/workflows/main.yml
@@ -14,13 +14,13 @@ jobs:
14
steps:
15
- uses: actions/checkout@v4
16
- name: Docker Login
17
- uses: docker/login-action@v3
+ uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
18
with:
19
registry: ghcr.io
20
username: ${{ github.actor }}
21
password: ${{ secrets.GITHUB_TOKEN }}
22
- name: Docker Build & Push
23
- uses: docker/build-push-action@v3
+ uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
24
25
context: windowsservercore-ltsc2025-qt6.6-64bit
26
tags: librepcb/librepcb-dev:latest
0 commit comments