Skip to content

Commit

Permalink
tweaked github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
robalb committed Sep 3, 2023
1 parent e562a3b commit a3dcee3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/extractor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ cat << EOF > Dockerfile
EOF

for image in $images; do
echo "found": $image"
echo "FROM $image" >> Dockerfile
echo "RUN echo $image" >> Dockerfile
echo " " >> Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion control-plane/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
- traefik-proxy

blog:
image: "nginx:1.9.6"
image: "nginx:1.9.7"
restart: unless-stopped
labels:
- "traefik.enable=true"
Expand Down

0 comments on commit a3dcee3

Please sign in to comment.