Skip to content

Commit

Permalink
chore(ci): Remove env vars when building docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixpereira committed Jun 6, 2024
1 parent 2515edc commit fff5e0f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci-dev-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,11 @@ jobs:
needs: lint-format
name: Build
runs-on: ubuntu-latest
environment: Development
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Build Docker container
env:
GUILD_ID: ${{ secrets.GUILD_ID }}
BOT_TOKEN: ${{ secrets.BOT_TOKEN }}
run: |
docker buildx build \
--secret id=GUILD_ID \
--secret id=BOT_TOKEN \
--file=Dockerfile -t duckbot .
1 change: 0 additions & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
needs: lint-format
name: Build
runs-on: [self-hosted, ARM64] # Since deployment is on arm64
environment: Production
permissions:
id-token: write
contents: read
Expand Down

0 comments on commit fff5e0f

Please sign in to comment.