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.
2 parents 2ed4b0f + 41f4557 commit 4c179a2Copy full SHA for 4c179a2
.github/workflows/docker.yml
@@ -32,12 +32,12 @@ jobs:
32
33
- name: Extract metadata (tags, labels) for Docker
34
id: meta
35
- uses: docker/metadata-action@906ecf0fc0a80f9110f79d9e6c04b1080f4a2621
+ uses: docker/metadata-action@8e1d5461f02b7886d3c1a774bfbd873650445aa2
36
with:
37
images: vectorinstitute/cyclops
38
39
- name: Build and push Docker image
40
- uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355
+ uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d
41
42
context: .
43
file: ./Dockerfile
0 commit comments