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 9377f54 commit a180a2b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ jobs:
build:

runs-on: ubuntu-latest

permissions:
contents: read
packages: write

steps:
- uses: actions/checkout@v4
- name: Build apache
Expand All @@ -30,6 +33,6 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Push apache
run: docker push ghcr.io/slapcat/nextcloud:latest
- name: Push nextcloud
run: docker push ghcr.io/slapcat/apache-php:latest
- name: Push nextcloud
run: docker push ghcr.io/slapcat/nextcloud:latest

0 comments on commit a180a2b

Please sign in to comment.