Skip to content

Commit

Permalink
Another try
Browse files Browse the repository at this point in the history
  • Loading branch information
quartje committed Oct 11, 2023
1 parent 7d2afd2 commit 65e8a56
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
with:
driver-opts: |
image=moby/buildkit:v0.12.0
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
Expand All @@ -39,7 +43,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
ghcr.io/surfnet/sp-dashboard/spdashboard_php-fpm
ghcr.io/surfnet/sp-dashboard
tags: |
type=schedule
type=ref,event=branch
Expand Down

0 comments on commit 65e8a56

Please sign in to comment.