login to access image cache

This commit is contained in:
OlivierDehaene 2023-04-13 15:18:33 +02:00
parent 61e6e880d5
commit 430525306a

View File

@ -48,7 +48,6 @@ jobs:
with:
cosign-release: 'v1.13.1'
- name: Tailscale
if: github.event_name != 'pull_request'
uses: tailscale/github-action@v1
with:
authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
@ -60,7 +59,6 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Login to internal Container Registry
if: github.event_name != 'pull_request'
uses: docker/login-action@v2.1.0
with:
username: ${{ secrets.TAILSCALE_DOCKER_USERNAME }}
@ -125,12 +123,10 @@ jobs:
- name: Inject slug/short variables
uses: rlespinasse/github-slug-action@v4.4.1
- name: Tailscale
if: github.event_name != 'pull_request'
uses: tailscale/github-action@v1
with:
authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
- name: Login to internal Container Registry
if: github.event_name != 'pull_request'
uses: docker/login-action@v2.1.0
with:
username: ${{ secrets.TAILSCALE_DOCKER_USERNAME }}