We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9176b1 commit 1b3709dCopy full SHA for 1b3709d
.github/actions/crane/tag/action.yaml
@@ -29,11 +29,11 @@ runs:
29
verb: call
30
args: |
31
with-registry-auth \
32
- --registry=ghcr.io \
+ --address=ghcr.io \
33
--username=${{ github.actor }} \
34
--secret=env:GH_TOKEN \
35
36
- --registry=docker.io \
+ --address=docker.io \
37
--username=${{ inputs.dockerhub-username }} \
38
--secret=env:DOCKER_HUB_PASSWORD \
39
with-tag \
.github/workflows/release.yaml
@@ -29,8 +29,6 @@ jobs:
- name: Build APK packages
id: apk
uses: ./.github/actions/melange/build
- with:
- arch: ${{ steps.github.outputs.arch }}
- name: Publish prod image
id: publish-prod
0 commit comments