Skip to content

Commit

Permalink
docker.io
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Mar 27, 2024
1 parent 6d876e7 commit 64286e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
- name: Build with Maven
run: |
mvn clean install -Prelease
- name: Push to ghcr.io
- name: Push to docker.io
uses: mr-smithers-excellent/docker-build-push@v6
with:
image: tracehub/code-review-action
tags: ${{ github.ref_name }}, latest
dockerfile: Dockerfile
registry: ghcr.io
registry: docker.io
username: tracehub
password: ${{ secrets.DOCKER_PASSWORD }}

0 comments on commit 64286e3

Please sign in to comment.