Skip to content

Commit

Permalink
Forgot second registry name
Browse files Browse the repository at this point in the history
  • Loading branch information
edevosc2c authored Feb 12, 2024
1 parent 68cca58 commit 040f47e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/mapstore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@ jobs:
if: github.repository == 'geo2france/mapstore2-georchestra'
run: |
cp scratch/mapstore-${{ github.sha }}.war docker/MapStore-${{ steps.version.outputs.VERSION }}.war
docker build . -t ghcr.io/geo2france/mapstore2-georchestra:${{ steps.version.outputs.VERSION }}
# mvn -B package dockerfile:build -Pdocker,log4j-logstash,sentry-log4j -DdockerImageName=georchestra/mapstore:${{ steps.version.outputs.VERSION }} -settings settings.xml
docker build . -t ghcr.io/geo2france/mapstore2-georchestra/mapstore:${{ steps.version.outputs.VERSION }}
working-directory: ${{ github.workspace }}
- name: Login to GitHub Container Registry
if: github.repository == 'geo2france/mapstore2-georchestra' && github.event_name == 'push'
Expand Down

0 comments on commit 040f47e

Please sign in to comment.