Skip to content

Commit

Permalink
fix dockerhub username in gh actions (#929)
Browse files Browse the repository at this point in the history
  • Loading branch information
nitisht authored Sep 18, 2024
1 parent 7de7caf commit 79423ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-push-edge-debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
context: .
file: ./Dockerfile.debug
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/parseable:edge-debug
tags: parseable/parseable:edge-debug
platforms: linux/amd64,linux/arm64
2 changes: 1 addition & 1 deletion .github/workflows/build-push-edge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/parseable:edge
tags: parseable/parseable:edge
platforms: linux/amd64,linux/arm64

0 comments on commit 79423ef

Please sign in to comment.