Skip to content

Commit

Permalink
adjusted docker hub user and image path
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashoechst committed Nov 5, 2021
1 parent c963a91 commit 28fa241
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Build and upload DockerHub image
on: [push]

env:
DOCKERHUB_USER: tvoneicken
DOCKER_IMAGE: pimod
DOCKERHUB_USER: hoechst
DOCKER_IMAGE: nature40/pimod

permissions:
id-token: write
Expand All @@ -30,7 +30,7 @@ jobs:
id: meta
uses: docker/metadata-action@v3
with:
images: ${{ env.DOCKERHUB_USER }}/${{ env.DOCKER_IMAGE }}
images: ${{ env.DOCKER_IMAGE }}
flavor: |
latest=true
Expand Down

0 comments on commit 28fa241

Please sign in to comment.