This commit is contained in:
Alexandre
2023-09-23 07:38:40 +02:00
committed by GitHub
parent 29037ffc9e
commit b728e00f78

View File

@@ -115,7 +115,7 @@ jobs:
fi fi
- name: Login to GitHub Container Registry - name: Login to GitHub Container Registry
if: env.BUILD_ARGS != '--test' if: env.BUILD_ARGS != '--test'
uses: docker/login-action@v3.0.0 uses: docker/login-action@v2.2.0
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}