Skip to content

Commit 79423ef

Browse files
authored
fix dockerhub username in gh actions (#929)
1 parent 7de7caf commit 79423ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-push-edge-debug.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ jobs:
4141
context: .
4242
file: ./Dockerfile.debug
4343
push: true
44-
tags: ${{ secrets.DOCKERHUB_USERNAME }}/parseable:edge-debug
44+
tags: parseable/parseable:edge-debug
4545
platforms: linux/amd64,linux/arm64

.github/workflows/build-push-edge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ jobs:
4141
context: .
4242
file: ./Dockerfile
4343
push: true
44-
tags: ${{ secrets.DOCKERHUB_USERNAME }}/parseable:edge
44+
tags: parseable/parseable:edge
4545
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)