Skip to content

Commit 97637d1

Browse files
authored
Update pipeline (#22)
1 parent 99a1dcc commit 97637d1

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
uses: docker/metadata-action@v5
2222
with:
2323
images: |
24-
${{ secrets.DOCKER_ORGANIZATION }}/${{ env.IMAGE_NAME }}
25-
${{ vars.REGISTRY_GITHUB }}/${{ env.IMAGE_NAME }}
24+
${{ vars.DOCKER_ORGANIZATION }}/${{ env.IMAGE_NAME }}
25+
${{ vars.REGISTRY_GITHUB }}/${{ github.repository }}
2626
- name: Build image
2727
uses: docker/build-push-action@v6
2828
with:

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
uses: docker/metadata-action@v5
4545
with:
4646
images: |
47-
${{ secrets.DOCKER_ORGANIZATION }}/${{ env.IMAGE_NAME }}
48-
${{ vars.REGISTRY_GITHUB }}/${{ env.IMAGE_NAME }}
47+
${{ vars.DOCKER_ORGANIZATION }}/${{ env.IMAGE_NAME }}
48+
${{ vars.REGISTRY_GITHUB }}/${{ github.repository }}
4949
5050
- name: Build and push image
5151
uses: docker/build-push-action@v6
@@ -59,6 +59,6 @@ jobs:
5959
- name: Update DockerHub repository description
6060
uses: peter-evans/dockerhub-description@v5
6161
with:
62-
repository: ${{ secrets.DOCKER_ORGANIZATION }}/${{ env.IMAGE_NAME }}
62+
repository: ${{ vars.DOCKER_ORGANIZATION }}/${{ env.IMAGE_NAME }}
6363
username: ${{ secrets.DOCKER_USERNAME }}
6464
password: ${{ secrets.DOCKER_TOKEN }}

0 commit comments

Comments
 (0)