mirror of
https://github.com/atuinsh/atuin.git
synced 2025-06-27 13:21:34 +02:00
fix: disable the actuated mirror on the x86 docker builder (#2443)
This commit is contained in:
parent
d9f43a3a7b
commit
6ab61e48d0
8
.github/workflows/docker.yaml
vendored
8
.github/workflows/docker.yaml
vendored
@ -2,10 +2,9 @@ name: build-docker
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches: [main]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
publish_x86:
|
publish_x86:
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.ref }}-x86
|
group: ${{ github.ref }}-x86
|
||||||
@ -20,9 +19,6 @@ jobs:
|
|||||||
repository: atuinsh/atuin
|
repository: atuinsh/atuin
|
||||||
path: "./"
|
path: "./"
|
||||||
|
|
||||||
- name: Setup mirror
|
|
||||||
uses: self-actuated/hub-mirror@master
|
|
||||||
|
|
||||||
- name: Get Repo Owner
|
- name: Get Repo Owner
|
||||||
id: get_repo_owner
|
id: get_repo_owner
|
||||||
run: echo "REPO_OWNER=$(echo ${{ github.repository_owner }} | tr '[:upper:]' '[:lower:]')" > $GITHUB_ENV
|
run: echo "REPO_OWNER=$(echo ${{ github.repository_owner }} | tr '[:upper:]' '[:lower:]')" > $GITHUB_ENV
|
||||||
@ -55,7 +51,6 @@ jobs:
|
|||||||
tags: |
|
tags: |
|
||||||
ghcr.io/${{ env.REPO_OWNER }}/atuin:${{ steps.shortsha.outputs.short_sha }}-amd64
|
ghcr.io/${{ env.REPO_OWNER }}/atuin:${{ steps.shortsha.outputs.short_sha }}-amd64
|
||||||
|
|
||||||
|
|
||||||
publish_aarch64:
|
publish_aarch64:
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.ref }}-aarch64
|
group: ${{ github.ref }}-aarch64
|
||||||
@ -139,4 +134,3 @@ jobs:
|
|||||||
docker manifest inspect ghcr.io/${{ env.REPO_OWNER }}/atuin:${{ steps.shortsha.outputs.short_sha }}
|
docker manifest inspect ghcr.io/${{ env.REPO_OWNER }}/atuin:${{ steps.shortsha.outputs.short_sha }}
|
||||||
|
|
||||||
docker manifest push ghcr.io/${{ env.REPO_OWNER }}/atuin:${{ steps.shortsha.outputs.short_sha }}
|
docker manifest push ghcr.io/${{ env.REPO_OWNER }}/atuin:${{ steps.shortsha.outputs.short_sha }}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user