diff --git a/.github/workflows/publish_docker.yml b/.github/workflows/publish_docker.yml index eaee55d..4d04ca5 100644 --- a/.github/workflows/publish_docker.yml +++ b/.github/workflows/publish_docker.yml @@ -2,8 +2,6 @@ name: Publish Docker on: push: - tags: - - 'v*' jobs: docker: @@ -39,6 +37,7 @@ jobs: - name: Build and push uses: docker/build-push-action@v6 with: + context: . platforms: linux/amd64,linux/arm64 push: true - tags: script3/auctioneer-bot:latest,script3/auctioneer-bot:${{ github.ref_name }} \ No newline at end of file + tags: script3/auctioneer-bot:latest \ No newline at end of file