Skip to content

Commit

Permalink
Can we rename the package?
Browse files Browse the repository at this point in the history
  • Loading branch information
quartje committed Oct 11, 2023
1 parent e65214e commit 372b173
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
ghcr.io/surfnet/sp-dashboard/spdashboard_php-fpm
ghcr.io/surfnet/sp-dashboard/spdashboardfpm
tags: |
type=schedule
type=ref,event=branch
Expand All @@ -51,7 +51,7 @@ jobs:
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=sha
- name: Set docker metadata for web container
id: metahttpd
uses: docker/metadata-action@v5
Expand All @@ -74,7 +74,6 @@ jobs:
file: docker/Dockerfile
push: true
tags: ${{ steps.metaphpfpm.outputs.tags }}
labels: ${{ steps.metaphpfpm.outputs.labels }}
target: phpfpm-build

- name: Build the Apache container and push to GitHub Packages
Expand Down

0 comments on commit 372b173

Please sign in to comment.