Skip to content

Commit 5b6cada

Browse files
committed
update: Publish Docker Images action
1 parent 6c0538e commit 5b6cada

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish_docker_images.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ jobs:
5353
with:
5454
registry: ghcr.io
5555
username: ${{ github.actor }}
56-
password: ${{ secrets.COMMITTER_TOKEN }}
56+
password: ${{ secrets.GITHUB_TOKEN }}
5757
- name: Convert to lowercase
5858
run: |
59-
echo "LATEST_TAG=ghcr.io/${{ github.repository }}/opensca-cli:latest" | tr '[:upper:]' '[:lower:]' >> ${GITHUB_ENV}
60-
echo "VERSION_TAG=ghcr.io/${{ github.repository }}/opensca-cli:${{ env.VERSION }}" | tr '[:upper:]' '[:lower:]' >> ${GITHUB_ENV}
59+
echo "LATEST_TAG=ghcr.io/${{ github.repository }}/opensca-cli:latest" >> ${GITHUB_ENV}
60+
echo "VERSION_TAG=ghcr.io/${{ github.repository }}/opensca-cli:${{ env.VERSION }}" >> ${GITHUB_ENV}
6161
- name: Print env variables
6262
run: |
6363
echo "LATEST_TAG=${{ env.LATEST_TAG }}"

0 commit comments

Comments
 (0)