Skip to content

Commit

Permalink
Fix build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscariremma committed Dec 16, 2024
1 parent bd21a10 commit 43a2e31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Build and push Docker image
on:
push:
tags:
- v[0-9]+.[0-9]+.[0-9]+*
- '*'

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -29,8 +29,6 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ghcr.io/${{ github.repository_owner }}/bluemap-nginx
tags: |
type=semver,pattern={{version}}

- name: Build and push
uses: docker/build-push-action@v4
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM trafex/php-nginx:latest

LABEL maintainer="David Sn <divad.nnamtdeis@gmail.com>"
LABEL maintainer="G.U.D. Chalmers <gud@chs.se>"
LABEL description="Customized version of trafex/php-nginx for BlueMap."

# Set BlueMap version
Expand Down

0 comments on commit 43a2e31

Please sign in to comment.