Compare commits
No commits in common. "renovate/docker-login-action-4.x" and "main" have entirely different histories.
renovate/d
...
main
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-workflow.yaml
vendored
4
.github/workflows/build-workflow.yaml
vendored
|
|
@ -87,7 +87,7 @@ jobs:
|
||||||
|
|
||||||
- name: Log in to GitHub Container Registry
|
- name: Log in to GitHub Container Registry
|
||||||
if: github.event_name != 'pull_request' && github.server_url == 'https://github.com'
|
if: github.event_name != 'pull_request' && github.server_url == 'https://github.com'
|
||||||
uses: docker/login-action@v4
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
|
|
@ -95,7 +95,7 @@ jobs:
|
||||||
|
|
||||||
- name: Log in to Forgejo Container Registry
|
- name: Log in to Forgejo Container Registry
|
||||||
if: github.event_name != 'pull_request' && github.server_url != 'https://github.com'
|
if: github.event_name != 'pull_request' && github.server_url != 'https://github.com'
|
||||||
uses: docker/login-action@v4
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: ${{ steps.platform.outputs.registry }}
|
registry: ${{ steps.platform.outputs.registry }}
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue