We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5721310 + eb9d94c commit 2071861Copy full SHA for 2071861
1 file changed
.github/workflows/docker-image.yaml
@@ -38,12 +38,18 @@ jobs:
38
envkey_PATTERN_CORE_ENDPOINT: ${{ vars.PATTERN_CORE_ENDPOINT }}
39
envkey_AUTH_TRUST_HOST: ${{ vars.AUTH_TRUST_HOST }}
40
41
+ - name: Extract Metadata for image
42
+ uses: docker/metadata-action@v5
43
+ id: meta
44
+ with:
45
+ images: ghcr.io/pattern-tech/pattern-app
46
+
47
- name: Build and push
48
uses: docker/build-push-action@v4
49
with:
50
context: .
51
platforms: 'linux/amd64'
52
push: true
- tags: pattern-tech/pattern-app:latest
53
+ tags: ${{ steps.meta.outputs.tags }}
54
cache-from: type=gha
55
cache-to: type=gha,mode=max
0 commit comments