Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
heussd committed Jun 21, 2024
1 parent 35c9fd2 commit 98075a5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Docker build and push

on:
push:
branches:
- master
paths-ignore:
- '**.md'
schedule:
Expand Down Expand Up @@ -37,9 +35,10 @@ jobs:
- name: test amd64 image
run: |
docker compose up --no-build --pull never -d
sleep 5s
curl --fail 'http://localhost:80'
curl --fail 'http://localhost/makefulltextfeed.php?url=sec%3A%2F%2Fwww.tagesschau.de%2Findex~rss2.xml&max=1&links=preserve'
curl --fail 'http://localhost:80/makefulltextfeed.php?url=sec%3A%2F%2Fwww.tagesschau.de%2Findex~rss2.xml&max=1&links=preserve'
docker compose down
- name: build and push all images
run: |
docker buildx bake --push
docker buildx bake

0 comments on commit 98075a5

Please sign in to comment.