Skip to content

Commit

Permalink
Update docker-images.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
slapcat authored Dec 23, 2024
1 parent 146b09d commit 80fc6ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Build nextcloud
run: docker build . --file images/nextcloud-latest/Dockerfile --tag nextcloud:latest
- name: Build apache
run: docker build . --file images/apache-php/Dockerfile --tag apache-php:latest
- name: Build nextcloud
run: docker build . --file images/nextcloud-latest/Dockerfile --tag nextcloud:latest

0 comments on commit 80fc6ff

Please sign in to comment.