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.
latest
1 parent 1cb0cdb commit 3419975Copy full SHA for 3419975
.github/workflows/container.yaml
@@ -31,7 +31,7 @@ jobs:
31
context: .
32
file: Dockerfile-bionic
33
push: true
34
- tags: nicolasbock/qmd-progress:latest, nicolasbock/qmd-progress:bionic
+ tags: nicolasbock/qmd-progress:bionic
35
- name: Image digest
36
run: |
37
echo "Bionic image: ${{ steps.docker_build_bionic.outputs.digest }}"
@@ -54,7 +54,7 @@ jobs:
54
55
file: Dockerfile-focal
56
57
- tags: nicolasbock/qmd-progress:focal
+ tags: nicolasbock/qmd-progress:latest, nicolasbock/qmd-progress:focal
58
59
60
echo "Focal image: ${{ steps.docker_build_focal.outputs.digest }}"
0 commit comments