diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 896f620..2b6998a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -37,8 +37,8 @@ jobs: uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4 with: context: . - build-args: | - "DISCORD_TOKEN=${{secrets.DISCORD_TOKEN}}" + #build-args: | + # "DISCORD_TOKEN=${{secrets.DISCORD_TOKEN}}" push: true - tags: "latest" - ## labels: ${{ steps.meta.outputs.labels }} + tags: ${{ steps.meta.outputs.labels }} + labels: ${{ steps.meta.outputs.labels }}