We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc1b2b4 commit c0fbf3dCopy full SHA for c0fbf3d
.github/workflows/publish.yaml
@@ -1,5 +1,4 @@
1
name: Publish
2
-
3
on:
4
push:
5
tags:
@@ -60,20 +59,6 @@ jobs:
60
59
registry: ghcr.io
61
username: ${{ github.repository_owner }}
62
password: ${{ secrets.GITHUB_TOKEN }}
63
- - name: Build and push by digest
64
- id: build
65
- uses: docker/build-push-action@v6
66
- with:
67
- context: "."
68
- file: "./Dockerfile"
69
- tags: ${{ env.REGISTRY_IMAGE }}
70
- labels: ${{ steps.meta.outputs.labels }}
71
- platforms: ${{ matrix.platforms.platform }}
72
- outputs: type=image,push-by-digest=true,name-canonical=true,push=true
73
- cache-from: type=gha
74
- cache-to: type=gha,mode=max
75
- build-args: |
76
- GIT_COMMIT=${{ github.sha }}
77
- name: Export digest
78
run: |
79
mkdir -p ${{ runner.temp }}/digests
0 commit comments