Skip to content

Commit

Permalink
fix(misc) delete cache from docker build (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveXiong authored Oct 15, 2024
1 parent 36d2236 commit d36db73
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
buildkitd-flags: --debug
endpoint: build-context

- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
Expand All @@ -46,8 +40,6 @@ jobs:
file: ./docker/app-controller/Dockerfile
push: true
tags: "cloudnexusopsdockerhub/kraken-app-controller:${{ steps.vars.outputs.release-version }}"
cache-from: type=gha
cache-to: type=gha,mode=max

- name: Build kraken-app-hub container
uses: docker/build-push-action@v5
Expand All @@ -56,8 +48,6 @@ jobs:
file: ./docker/app-hub/Dockerfile
push: true
tags: "cloudnexusopsdockerhub/kraken-app-hub:${{ steps.vars.outputs.release-version }}"
cache-from: type=gha
cache-to: type=gha,mode=max

- name: Build kraken-app-agent container
uses: docker/build-push-action@v5
Expand All @@ -66,8 +56,6 @@ jobs:
file: ./docker/app-agent/Dockerfile
push: true
tags: "cloudnexusopsdockerhub/kraken-app-agent:${{ steps.vars.outputs.release-version }}"
cache-from: type=gha
cache-to: type=gha,mode=max

- name: Build kraken-app-portal container
uses: docker/build-push-action@v5
Expand All @@ -76,5 +64,3 @@ jobs:
file: ./docker/app-portal/Dockerfile
push: true
tags: "cloudnexusopsdockerhub/kraken-app-portal:${{ steps.vars.outputs.release-version }}"
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit d36db73

Please sign in to comment.