We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8ba628 commit f9a88f4Copy full SHA for f9a88f4
.github/workflows/container_description.yml
@@ -19,6 +19,8 @@ jobs:
19
steps:
20
- name: git checkout
21
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22
+ with:
23
+ persist-credentials: false
24
- name: Set docker hub repo name
25
run: echo "DOCKER_REPO_NAME=$(make docker-repo-name)" >> $GITHUB_ENV
26
- name: Push README to Dockerhub
@@ -41,6 +43,8 @@ jobs:
41
43
42
44
45
46
47
48
- name: Set quay.io org name
49
run: echo "DOCKER_REPO=$(echo quay.io/${GITHUB_REPOSITORY_OWNER} | tr -d '-')" >> $GITHUB_ENV
50
- name: Set quay.io repo name
0 commit comments