diff --git a/.github/workflows/publish_docker_images.yml b/.github/workflows/publish_docker_images.yml index 8b6dcc2b3..e2c5a055b 100644 --- a/.github/workflows/publish_docker_images.yml +++ b/.github/workflows/publish_docker_images.yml @@ -31,7 +31,8 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push the Docker images run: | - for dockerfile in ${{ github.workspace }}/.github/dockerfiles/Dockerfile_* ; do + #for dockerfile in ${{ github.workspace }}/.github/dockerfiles/Dockerfile_* ; do + for dockerfile in ${{ github.workspace }}/.github/dockerfiles/Dockerfile_24.04 ; do VERSION=${dockerfile##*_} docker build . -f $dockerfile --tag $REGISTRY/ock_test_ubuntu_$VERSION:latest docker push $REGISTRY/ock_test_ubuntu_$VERSION:latest