Skip to content

Commit

Permalink
should have been more careful checking CD, tag->tag_latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Wallace committed Jan 27, 2025
1 parent 6a706f7 commit 88bc734
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CDImage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
push:
branches:
- develop
- hwallace/patch/ubuntu_cd
tags:
- 'v*'

Expand All @@ -26,7 +27,7 @@ jobs:
tag_latest: alma9latest
- os: Ubuntu22.04
file: doc/MaCh3DockerFiles/Ubuntu22.04/Dockerfile
tag: ubuntulatest
tag_latest: ubuntulatest


name: Image CD ${{ matrix.os }}
Expand Down

0 comments on commit 88bc734

Please sign in to comment.