Push images to official docker repository

Now that the functionality has been tested on the test repo, enable it on the main repo and disable our jenkins job.
pull/8490/head
Cyril Rohr 4 years ago committed by GitHub
parent 6fd3454b56
commit 1b681c144b
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