Skip to content

Commit

Permalink
Update daily.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ziodave authored Sep 23, 2024
1 parent bc015b6 commit cb5db11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
## Tag the images
echo "*** Building image in $major/$os-$osrel with tags $tag0, $tag1, $tag2 and $tag3 ***"
docker build "$major/$os-$osrel" \
docker buildx build "6/debian-12" \
-t ghcr.io/$tag0 -t ghcr.io/$tag1 -t ghcr.io/$tag2 -t ghcr.io/$tag3 \
-t $tag0 -t $tag1 -t $tag2 -t $tag3
docker push ghcr.io/$tag0
Expand Down

0 comments on commit cb5db11

Please sign in to comment.