diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index fd82b15..629c8fa 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -18,7 +18,7 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@v3 - + - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 @@ -27,4 +27,4 @@ jobs: with: context: . push: true - tags: user/app:latest \ No newline at end of file + tags: realsunyz/lucky-tgbot:latest \ No newline at end of file