3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-12 20:18:18 +00:00

Bump docker/login-action from 1 to 2 (#6068)

This commit is contained in:
dependabot[bot] 2022-06-02 09:57:17 +01:00 committed by GitHub
parent f54e8e55de
commit c05c75c109
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Log in to GitHub Docker registry - name: Log in to GitHub Docker registry
uses: docker/login-action@v1 uses: docker/login-action@v2
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ secrets.DOCKER_USERNAME }} username: ${{ secrets.DOCKER_USERNAME }}