Skip to content

Commit

Permalink
Try 24.04 docker only
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-forbes-cp committed Jan 17, 2025
1 parent 77dd6de commit d05c436
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish_docker_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d05c436

Please sign in to comment.