Skip to content

Commit 6872ba0

Browse files
committed
Merge branch 'main' into dev
2 parents 18fc8ab + 69d3155 commit 6872ba0

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

.github/workflows/build_base.yaml

-10
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,6 @@ jobs:
7575
id: buildx
7676
uses: docker/setup-buildx-action@master
7777

78-
- name: Cache Docker layers
79-
uses: actions/cache@v4
80-
with:
81-
path: /tmp/.buildx-cache
82-
key: ${{ runner.os }}-buildx-${{ github.sha }}
83-
restore-keys: |
84-
${{ runner.os }}-buildx-
85-
8678
- name: Login to DockerHub
8779
if: github.event_name != 'pull_request'
8880
uses: docker/login-action@v3
@@ -103,5 +95,3 @@ jobs:
10395
push: true
10496
tags: ${{ steps.meta.outputs.tags }}
10597
labels: ${{ steps.meta.outputs.labels }}
106-
cache-from: type=local,src=/tmp/.buildx-cache
107-
cache-to: type=local,dest=/tmp/.buildx-cache-new

.github/workflows/build_base_vod.yaml

-6
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@ jobs:
1919
platforms: linux/amd64,linux/arm64,linux/arm/v7
2020
branch: vod
2121
key: alpine3.19
22-
- os: alpine
23-
os_version: "3.16"
24-
golang: golang:1.19-alpine3.16
25-
platforms: linux/amd64,linux/arm64,linux/arm/v7
26-
branch: vod
27-
key: alpine3.16
2822

2923
steps:
3024
- name: Checkout

0 commit comments

Comments
 (0)