Skip to content

Commit 1b3709d

Browse files
committed
fix(ci): fix release workflow
1 parent d9176b1 commit 1b3709d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/actions/crane/tag/action.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ runs:
2929
verb: call
3030
args: |
3131
with-registry-auth \
32-
--registry=ghcr.io \
32+
--address=ghcr.io \
3333
--username=${{ github.actor }} \
3434
--secret=env:GH_TOKEN \
3535
with-registry-auth \
36-
--registry=docker.io \
36+
--address=docker.io \
3737
--username=${{ inputs.dockerhub-username }} \
3838
--secret=env:DOCKER_HUB_PASSWORD \
3939
with-tag \

.github/workflows/release.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ jobs:
2929
- name: Build APK packages
3030
id: apk
3131
uses: ./.github/actions/melange/build
32-
with:
33-
arch: ${{ steps.github.outputs.arch }}
3432

3533
- name: Publish prod image
3634
id: publish-prod

0 commit comments

Comments
 (0)