Skip to content

Commit 13f5e56

Browse files
committed
Fix publish-dockerhub workflow
Signed-off-by: Elis Lulja <[email protected]>
1 parent 13f93a5 commit 13f5e56

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/publish-dockerhub.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ on:
33
release:
44
types: [published]
55

6-
env:
7-
IMAGE_NAME: kube-scraper-backend
8-
96
jobs:
107
pushToDockerHub:
118
name: Push Docker image to Docker Hub
@@ -28,7 +25,7 @@ jobs:
2825
uses: docker/build-push-action@v2
2926
with:
3027
push: true
31-
tags: ${{ secrets.DOCKERHUB_USERNAME }}/$IMAGE_NAME:${{ github.event.release.tag_name }}
28+
tags: asimpleidea/kube-scraper-backend:${{ github.event.release.tag_name }}
3229

3330
- name: Image digest
3431
run: echo ${{ steps.docker_build.outputs.digest }}

0 commit comments

Comments
 (0)