Skip to content
Snippets Groups Projects
Commit ba7959e0 authored by Lars Seipel's avatar Lars Seipel
Browse files

build: do not publish to Docker Hub

parent 33534823
Branches
No related tags found
No related merge requests found
......@@ -108,12 +108,12 @@ jobs:
password: ${{ github.token }}
if: inputs.publish
- name: Login to Docker Hub
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
if: inputs.publish
# - name: Login to Docker Hub
# uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
# with:
# username: ${{ secrets.DOCKER_USERNAME }}
# password: ${{ secrets.DOCKER_PASSWORD }}
# if: inputs.publish
- name: Build and push image
id: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment