diff options
Diffstat (limited to '.github/workflows/container_dev.yml')
| -rw-r--r-- | .github/workflows/container_dev.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/container_dev.yml b/.github/workflows/container_dev.yml index 775f69912..582b52ba8 100644 --- a/.github/workflows/container_dev.yml +++ b/.github/workflows/container_dev.yml @@ -42,14 +42,14 @@ jobs: - name: Login to Docker Hub if: github.event_name != 'pull_request' - uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v1 + uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v1 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - name: Login to GHCR if: github.event_name != 'pull_request' - uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v1 + uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v1 with: registry: ghcr.io username: ${{ secrets.GHCR_USERNAME }} |
