We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b24563 commit 3c90346Copy full SHA for 3c90346
.github/workflows/publish-release.yml
@@ -11,6 +11,8 @@ jobs:
11
timeout-minutes: 10
12
steps:
13
- uses: actions/checkout@v3
14
+ - uses: docker/setup-qemu-action@v2
15
+ - uses: docker/setup-buildx-action@v2
16
- name: Get image repository
17
run: echo IMAGE_REPOSITORY=$(echo ghcr.io/${{ github.actor }}/${{ github.event.repository.name }} | tr '[:upper:]' '[:lower:]') >> $GITHUB_ENV
18
- name: Get the release
0 commit comments