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 256d2a5 commit 7c66a01
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# This hack enables dependabot alerts for docker-compose files,
# which right now are not supported
#
# Last update: dom 3 set 2023, 13:13:44, CEST
# Last update: dom 3 set 2023, 13:45:27, CEST
# images extracted from ../control-plane/docker-compose.yml

FROM traefik:v2.10
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/extract-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 3

- name: extract dependencies, put them in a fake Dockerfile dependabot will understand
run: 'cd .github && bash ./extractor.sh ../control-plane/docker-compose.sh'
run: 'cd .github && bash ./extractor.sh ../control-plane/docker-compose.yml'

- name: Check if the Dockerfile changed after the extractor run
id: check-changes
Expand Down
3 changes: 1 addition & 2 deletions control-plane/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
version: '3.3'
#a

volumes:
grafana-data: {}
Expand Down Expand Up @@ -34,7 +33,7 @@ services:
- traefik-proxy

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

0 comments on commit 7c66a01

Please sign in to comment.