Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Grzegorz Choiński <[email protected]>
  • Loading branch information
Wallted committed Jan 27, 2024
1 parent 64417e2 commit cf20690
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,15 @@ jobs:

steps:
- uses: actions/checkout@v3

- name: Build the Docker image
run: docker build ./Foodie --tag foodie:$(date +%s)

build-nginx:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Build the Docker image
run: docker build ./Foodie --file Foodie/Dockerfile --tag foodie:$(date +%s)
run: docker build ./nginx --tag reverseproxy:$(date +%s)

0 comments on commit cf20690

Please sign in to comment.