Skip to content

Commit 45cfdcc

Browse files
committed
chore: reference another action yaml
1 parent 31f2396 commit 45cfdcc

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

.github/workflows/workflows.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ on:
3636
pip-extra-index-url:
3737
description: 'The PIP_EXTRA_INDEX_URL for private pip packages'
3838
required: true
39-
REPO_TOKEN: # Add this secret
40-
description: 'GitHub token for PR comments'
41-
required: false
4239
outputs:
4340
tag:
4441
description: 'Final tag used for the multi-architecture docker image'
@@ -58,7 +55,7 @@ jobs:
5855

5956
- name: Build and Push docker image (AMD64)
6057
id: docker
61-
uses: tignis/docker-github-action@416943c70773595c073c6a0295446ba01e54b9f1
58+
uses: tignis/docker-github-action@31f23964bad69de8e2731bdbe4977825e3447b6b
6259
with:
6360
images: ${{ inputs.images }}
6461
acr-username: ${{ secrets.acr-username }}
@@ -70,7 +67,7 @@ jobs:
7067
dockerfile: ${{ inputs.dockerfile }}
7168
platforms: 'linux/amd64'
7269
tag-prefix: 'amd64-'
73-
GITHUB_TOKEN: ${{ secrets.REPO_TOKEN }}
70+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7471

7572

7673
docker-arm64:
@@ -86,7 +83,7 @@ jobs:
8683

8784
- name: Build and Push docker image (ARM64)
8885
id: docker
89-
uses: tignis/docker-github-action@416943c70773595c073c6a0295446ba01e54b9f1
86+
uses: tignis/docker-github-action@31f23964bad69de8e2731bdbe4977825e3447b6b
9087
with:
9188
images: ${{ inputs.images }}
9289
acr-username: ${{ secrets.acr-username }}
@@ -98,7 +95,7 @@ jobs:
9895
dockerfile: ${{ inputs.dockerfile }}
9996
platforms: 'linux/arm64'
10097
tag-prefix: 'arm64-'
101-
GITHUB_TOKEN: ${{ secrets.REPO_TOKEN }}
98+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
10299

103100
docker-manifest:
104101
needs: [docker-amd64, docker-arm64]

0 commit comments

Comments
 (0)