Skip to content

Commit 6d876e7

Browse files
author
h1alexbel
committed
docker.io
1 parent a5ad9d3 commit 6d876e7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
- '*'
77
permissions:
88
contents: read
9-
packages: write
109
jobs:
1110
build:
1211
runs-on: ubuntu-20.04
@@ -24,9 +23,9 @@ jobs:
2423
- name: Push to ghcr.io
2524
uses: mr-smithers-excellent/docker-build-push@v6
2625
with:
27-
image: tracehubpm/code-review-action
26+
image: tracehub/code-review-action
2827
tags: ${{ github.ref_name }}, latest
2928
dockerfile: Dockerfile
3029
registry: ghcr.io
31-
username: tracehubpm
32-
password: ${{ secrets.GITHUB_TOKEN }}
30+
username: tracehub
31+
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)