Merge pull request #8490 from opf/feature/build-and-publish-official-docker-images-from-action

Push images to official docker repository
pull/8493/head
Oliver Günther 4 years ago committed by GitHub
commit 039d289479
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/docker.yml

@ -17,7 +17,7 @@ jobs:
- name: Publish to registry
uses: elgohr/Publish-Docker-Github-Action@master
with:
name: openproject/community-test
name: openproject/community
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
tag_semver: true

Loading…
Cancel
Save