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 688c9b6 commit 6c3b0f6Copy full SHA for 6c3b0f6
.github/workflows/container.yaml
@@ -25,7 +25,7 @@ jobs:
25
with:
26
username: ${{ secrets.DOCKERHUB_USERNAME }}
27
password: ${{ secrets.DOCKERHUB_TOKEN }}
28
- - name: Build and push experimental Focal Docker image
+ - name: Build and push Focal Docker image
29
uses: docker/build-push-action@v4
30
id: docker_build_focal
31
@@ -49,7 +49,7 @@ jobs:
49
50
51
52
- - name: Build and push experimental Jammy Docker image
+ - name: Build and push Jammy Docker image
53
54
id: docker_build_jammy
55
0 commit comments