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 20, 2025
1 parent 3b5ee5e commit 7661e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
- name: Build the Docker image
run: cd image; docker build . --file Dockerfile --build-arg BRANCH=${{ matrix.branch }} --tag humhub/humhub-dev:${{ matrix.branch }}
run: cd image; docker build . --file Dockerfile --build-arg HUMHUB_GIT_BRANCH=${{ matrix.branch }} --tag humhub/humhub-dev:${{ matrix.branch }}

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

0 comments on commit 7661e1d

Please sign in to comment.