Skip to content

Commit

Permalink
fix(ci): f- github cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkness4 committed Dec 8, 2024
1 parent 95b5d16 commit f9fc6fd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@ jobs:
tags: ghcr.io/darkness4/train-station-api:latest
build-args: |
VERSION=dev
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Login to GHCR
if: startsWith(github.ref, 'refs/tags/')
Expand Down Expand Up @@ -126,5 +124,3 @@ jobs:
ghcr.io/darkness4/train-station-api:${{ steps.get_version.outputs.VERSION }}
build-args: |
${{ steps.get_version.outputs.VERSION }}
cache-from: type=gha
cache-to: type=gha,mode=max
4 changes: 0 additions & 4 deletions .github/workflows/svelte.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ jobs:
platforms: linux/amd64,linux/arm64
push: false
tags: ghcr.io/darkness4/train-station-front:latest
cache-from: type=gha
cache-to: type=gha,mode=max

- name: Login to GHCR
if: startsWith(github.ref, 'refs/tags/')
Expand Down Expand Up @@ -69,5 +67,3 @@ jobs:
ghcr.io/darkness4/train-station-front:latest
ghcr.io/darkness4/train-station-front:dev
ghcr.io/darkness4/train-station-front:${{ steps.get_version.outputs.VERSION }}
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit f9fc6fd

Please sign in to comment.