fix
This commit is contained in:
parent
32b6350ad2
commit
90b88f4a55
@ -19,6 +19,12 @@ jobs:
|
||||
checks: write
|
||||
contents: write
|
||||
steps:
|
||||
- name: Login to Docker
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: ${{ vars.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user