mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-11 20:05:25 +00:00
Upgrade to docker/login-action@v3 and temporarily disable arm64 builds
This commit is contained in:
parent
cf479de5b1
commit
16bd48dfc6
1 changed files with 4 additions and 3 deletions
7
.github/workflows/ghcr-publish.yml
vendored
7
.github/workflows/ghcr-publish.yml
vendored
|
|
@ -32,7 +32,8 @@ jobs:
|
|||
matrix:
|
||||
platform:
|
||||
- linux/amd64
|
||||
- linux/arm64
|
||||
# @todo: enable arm64 later
|
||||
# - linux/arm64
|
||||
|
||||
steps:
|
||||
- name: Prepare
|
||||
|
|
@ -65,7 +66,7 @@ jobs:
|
|||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Login to GitHub Packages Docker Registry
|
||||
uses: docker/login-action@v1
|
||||
uses: docker/login-action@v3
|
||||
if: github.event_name != 'pull_request'
|
||||
with:
|
||||
registry: ghcr.io
|
||||
|
|
@ -135,7 +136,7 @@ jobs:
|
|||
images: ${{ env.REGISTRY_IMAGE }}
|
||||
|
||||
- name: Login to GitHub Packages Docker Registry
|
||||
uses: docker/login-action@v1
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.actor }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue