Update docker-publish.yml

This commit is contained in:
Dede Fuji Abdul 2024-01-15 22:09:17 +07:00 committed by GitHub
parent 1bf99441e4
commit 55b9a32542
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,6 +37,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Log in to Docker Hub
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
# Install the cosign tool except on PR
# https://github.com/sigstore/cosign-installer
- name: Install cosign