Merge branch 'main' into dev
This commit is contained in:
commit
6872ba0498
2 changed files with 0 additions and 16 deletions
10
.github/workflows/build_base.yaml
vendored
10
.github/workflows/build_base.yaml
vendored
|
|
@ -75,14 +75,6 @@ jobs:
|
||||||
id: buildx
|
id: buildx
|
||||||
uses: docker/setup-buildx-action@master
|
uses: docker/setup-buildx-action@master
|
||||||
|
|
||||||
- name: Cache Docker layers
|
|
||||||
uses: actions/cache@v4
|
|
||||||
with:
|
|
||||||
path: /tmp/.buildx-cache
|
|
||||||
key: ${{ runner.os }}-buildx-${{ github.sha }}
|
|
||||||
restore-keys: |
|
|
||||||
${{ runner.os }}-buildx-
|
|
||||||
|
|
||||||
- name: Login to DockerHub
|
- name: Login to DockerHub
|
||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request'
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
|
|
@ -103,5 +95,3 @@ jobs:
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
cache-from: type=local,src=/tmp/.buildx-cache
|
|
||||||
cache-to: type=local,dest=/tmp/.buildx-cache-new
|
|
||||||
|
|
|
||||||
6
.github/workflows/build_base_vod.yaml
vendored
6
.github/workflows/build_base_vod.yaml
vendored
|
|
@ -19,12 +19,6 @@ jobs:
|
||||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||||
branch: vod
|
branch: vod
|
||||||
key: alpine3.19
|
key: alpine3.19
|
||||||
- os: alpine
|
|
||||||
os_version: "3.16"
|
|
||||||
golang: golang:1.19-alpine3.16
|
|
||||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
|
||||||
branch: vod
|
|
||||||
key: alpine3.16
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue