diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2022-06-12 21:46:11 +0200 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2022-06-12 21:46:11 +0200 |
commit | a01c40d4b34e1c4afea5b8e52f69e9a328b51d33 (patch) | |
tree | 62844ea4b03e5f3a07f42520c241beb794726a1c | |
parent | a43fe354ec6e6226a41ecfd98cd0343a54e5a428 (diff) | |
download | homer-a01c40d4b34e1c4afea5b8e52f69e9a328b51d33.tar.gz homer-a01c40d4b34e1c4afea5b8e52f69e9a328b51d33.tar.zst homer-a01c40d4b34e1c4afea5b8e52f69e9a328b51d33.zip |
fix repository namev22.06.1
-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 |