Skip to content

Commit

Permalink
🔥 clean up unused build env
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Runde <[email protected]>
  • Loading branch information
joerunde committed Feb 29, 2024
1 parent b03e344 commit 135dbd8
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,13 @@ defaults:
run:
shell: bash

env:
CI: true
DOCKER_BUILDKIT: 1

jobs:
build:
runs-on: ubuntu-latest
env:
BUILDKIT_INLINE_CACHE: 1
CACHE_IMAGE: "ghcr.io/ibm/text-gen-router:build-cache"
CACHE_REGISTRY: "ghcr.io"
QUAY_ORG: "quay.io/wxpe/text-gen-router"
QUAY_REPOSITORY: "quay.io/wxpe/text-gen-router"

permissions:
packages: write
Expand Down Expand Up @@ -79,7 +74,7 @@ jobs:
echo "CACHE_TO=$CACHE_TO" >> $GITHUB_ENV
- name: "push tags"
run: echo "PUSH_TAGS=$(scripts/get_image_tags.sh ${QUAY_ORG})" >> $GITHUB_ENV
run: echo "PUSH_TAGS=$(scripts/get_image_tags.sh ${QUAY_REPOSITORY})" >> $GITHUB_ENV

- name: "Build and push"
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 135dbd8

Please sign in to comment.