diff --git a/.github/workflows/container.yaml b/.github/workflows/container.yaml index 7487196..c59f615 100644 --- a/.github/workflows/container.yaml +++ b/.github/workflows/container.yaml @@ -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: @@ -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: