diff options
-rw-r--r-- | .github/workflows/dockerhub.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/dockerhub.yml b/.github/workflows/dockerhub.yml index 68e3d67..65a5c99 100644 --- a/.github/workflows/dockerhub.yml +++ b/.github/workflows/dockerhub.yml | |||
@@ -40,5 +40,5 @@ jobs: | |||
40 | uses: docker/build-push-action@v3 | 40 | uses: docker/build-push-action@v3 |
41 | with: | 41 | with: |
42 | push: true | 42 | push: true |
43 | tags: b4bz/buildx-test:${{env.IMAGE_TAG}} | 43 | tags: b4bz/homer:${{env.IMAGE_TAG}} |
44 | platforms: linux/amd64,linux/arm/v7,linux/arm64 \ No newline at end of file | 44 | platforms: linux/amd64,linux/arm/v7,linux/arm64 \ No newline at end of file |