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 011b78b commit 904a0eaCopy full SHA for 904a0ea
.github/workflows/devcontainer-docker-image.yml
@@ -30,7 +30,7 @@ jobs:
30
31
- name: Prepare metadata
32
id: meta
33
- uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934
+ uses: docker/metadata-action@31cebacef4805868f9ce9a0cb03ee36c32df2ac4
34
with:
35
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
36
tags: |
.github/workflows/docker-image.yml
@@ -23,7 +23,7 @@ jobs:
23
24
- name: Extract metadata (tags, labels) for Docker
25
26
27
28
images: |
29
name=pymc/pymc,enable=true
0 commit comments