Skip to content

Commit 6c3b0f6

Browse files
committed
Change wording of CI jobs
Signed-off-by: Nicolas Bock <[email protected]>
1 parent 688c9b6 commit 6c3b0f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/container.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
username: ${{ secrets.DOCKERHUB_USERNAME }}
2727
password: ${{ secrets.DOCKERHUB_TOKEN }}
28-
- name: Build and push experimental Focal Docker image
28+
- name: Build and push Focal Docker image
2929
uses: docker/build-push-action@v4
3030
id: docker_build_focal
3131
with:
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
username: ${{ secrets.DOCKERHUB_USERNAME }}
5151
password: ${{ secrets.DOCKERHUB_TOKEN }}
52-
- name: Build and push experimental Jammy Docker image
52+
- name: Build and push Jammy Docker image
5353
uses: docker/build-push-action@v4
5454
id: docker_build_jammy
5555
with:

0 commit comments

Comments
 (0)