Skip to content

Commit

Permalink
Not set anything for DockerHub (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Jun 18, 2024
1 parent 0a8083b commit d817de8
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,6 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Login to DockerHub 🔑
uses: docker/login-action@v3
if: inputs.registry == 'docker.io'
with:
registry: docker.io
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Read build variables
id: build_vars
run: |
Expand Down Expand Up @@ -80,11 +72,3 @@ jobs:
src: ${{ steps.images.outputs.src }}
dst: ${{ steps.meta.outputs.tags }}

- name: Docker Hub Description
if: inputs.registry == 'docker.io'
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: containers4hpc/${{ matrix.target }}
short-description: ${{ github.event.repository.description }}

0 comments on commit d817de8

Please sign in to comment.