Skip to content

Commit

Permalink
Change wording of CI jobs
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Bock <nicolasbock@gmail.com>
  • Loading branch information
nicolasbock committed Sep 22, 2023
1 parent 688c9b6 commit 6c3b0f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push experimental Focal Docker image
- name: Build and push Focal Docker image
uses: docker/build-push-action@v4
id: docker_build_focal
with:
Expand All @@ -49,7 +49,7 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push experimental Jammy Docker image
- name: Build and push Jammy Docker image
uses: docker/build-push-action@v4
id: docker_build_jammy
with:
Expand Down

0 comments on commit 6c3b0f6

Please sign in to comment.