We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4b35de8 + 4b87ad2 commit 4c537f3Copy full SHA for 4c537f3
.github/workflows/build-linux-image.yml
@@ -38,13 +38,13 @@ jobs:
38
run: docker run --rm lacledeslan/gamesvr-factorio:latest /app/ll-tests/gamesvr-factorio.sh
39
- name: Login to DockerHub
40
if: ${{ github.event_name != 'pull_request' }}
41
- uses: docker/login-action@v3.4.0
+ uses: docker/login-action@v3.5.0
42
with:
43
username: ${{ secrets.DOCKERHUB_USERNAME }}
44
password: ${{ secrets.DOCKERHUB_TOKEN }}
45
- name: Login to GitHub Container Registry
46
47
48
49
registry: ghcr.io
50
username: ${{ secrets.GHCR_USERNAME }}
0 commit comments