|
|
@ -19,7 +19,7 @@ jobs: |
|
|
|
- name: Checkout |
|
|
|
- name: Checkout |
|
|
|
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 |
|
|
|
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 |
|
|
|
- name: Login to GHCR |
|
|
|
- name: Login to GHCR |
|
|
|
uses: docker/login-action@v3 |
|
|
|
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3 |
|
|
|
with: |
|
|
|
with: |
|
|
|
registry: ghcr.io |
|
|
|
registry: ghcr.io |
|
|
|
username: ${{ github.actor }} |
|
|
|
username: ${{ github.actor }} |
|
|
|