We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2a3c33 commit d8e822aCopy full SHA for d8e822a
1 file changed
.github/workflows/release-image.yml
@@ -34,8 +34,9 @@ jobs:
34
with:
35
context: ./image
36
push: true
37
+ platforms: linux/amd64,linux/arm64
38
tags: |
39
ghcr.io/${{ github.repository_owner }}/devcontainer:latest
- ghcr.io/${{ github.repository_owner }}/devcontainer:${{ github.sha }}
40
+ ghcr.io/${{ github.repository_owner }}/devcontainer:sha-${{ github.sha }}
41
cache-from: type=gha
42
cache-to: type=gha,mode=max
0 commit comments