Skip to content

Commit

Permalink
fix correct way to match 2023.02.xx-custom branch
Browse files Browse the repository at this point in the history
  • Loading branch information
edevosc2c authored Feb 12, 2024
1 parent 3e66511 commit 7bc66c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mapstore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
password: ${{secrets.GITHUB_TOKEN}}

- name: "Pushing 2023.02.xx-custom to docker.io"
if: github.ref == '2023.02.xx-custom' && github.repository == 'geo2france/mapstore2-georchestra' && github.event_name == 'push'
if: github.ref == 'refs/heads/2023.02.xx-custom' && github.repository == 'geo2france/mapstore2-georchestra' && github.event_name == 'push'
run: |
docker tag ghcr.io/geo2france/mapstore2-georchestra:${{ steps.version.outputs.VERSION }} ghcr.io/geo2france/mapstore2-georchestra:2023.02.xx-custom
docker push ghcr.io/geo2france/mapstore2-georchestra:2023.02.xx-custom
Expand Down

0 comments on commit 7bc66c0

Please sign in to comment.