We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bd7de3 commit 9b24563Copy full SHA for 9b24563
.github/workflows/publish-latest.yml
@@ -17,6 +17,8 @@ jobs:
17
timeout-minutes: 10
18
steps:
19
- uses: actions/checkout@v3
20
+ - uses: docker/setup-qemu-action@v2
21
+ - uses: docker/setup-buildx-action@v2
22
- name: Get image repository
23
run: echo IMAGE_REPOSITORY=$(echo ghcr.io/${{ github.actor }}/${{ github.event.repository.name }} | tr '[:upper:]' '[:lower:]') >> $GITHUB_ENV
24
- name: Login to registry
0 commit comments