Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
luke- authored Jan 13, 2025
1 parent 213d384 commit a1ead74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
strategy:
matrix:
branch: [develop, next]
branch: [master, develop, next, v1.17.0]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -26,4 +26,4 @@ jobs:
run: cd image; docker build . --file Dockerfile --build-arg BRANCH=${{ matrix.branch }} --tag humhub/humhub-dev:${{ matrix.branch }}

- name: Docker Push
run: docker push humhub/humhub-dev:${{ matrix.branch }}
run: docker push humhub/humhub-dev:${{ matrix.branch }}

0 comments on commit a1ead74

Please sign in to comment.