github actions support

This commit is contained in:
Amit Kumar Nandi 2024-02-15 22:51:31 +05:30
parent 506586689e
commit 8e88eeb014

View file

@ -58,8 +58,8 @@ jobs:
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0 uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
with: with:
registry: ${{ env.REGISTRY }} registry: ${{ env.REGISTRY }}
username: ${{ github.actor }} username: bigwiz
password: ${{ secrets.GITHUB_TOKEN }} password: K4fecn6abc$$$
# Extract metadata (tags, labels) for Docker # Extract metadata (tags, labels) for Docker
# https://github.com/docker/metadata-action # https://github.com/docker/metadata-action