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