Skip to content

Commit 486eeec

Browse files
committed
WIP
1 parent bad55fd commit 486eeec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: Docker Login
17-
uses: docker/login-action@v3
17+
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
1818
with:
1919
registry: ghcr.io
2020
username: ${{ github.actor }}
2121
password: ${{ secrets.GITHUB_TOKEN }}
2222
- name: Docker Build & Push
23-
uses: docker/build-push-action@v3
23+
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
2424
with:
2525
context: windowsservercore-ltsc2025-qt6.6-64bit
2626
tags: librepcb/librepcb-dev:latest

0 commit comments

Comments
 (0)