tidy up action

This commit is contained in:
2024-07-03 18:13:16 +02:00
parent 8109f121cb
commit e4b2d04c7b

View File

@@ -23,7 +23,7 @@ jobs:
- name: Set up Docker BuildX - name: Set up Docker BuildX
uses: docker/setup-buildx-action@v2 uses: docker/setup-buildx-action@v2
with: # replace it with your local IP with:
config-inline: | config-inline: |
[registry."git.matsewe.de"] [registry."git.matsewe.de"]
http = true http = true
@@ -32,7 +32,7 @@ jobs:
- name: Login to DockerHub - name: Login to DockerHub
uses: docker/login-action@v2 uses: docker/login-action@v2
with: with:
registry: git.matsewe.de # replace it with your local IP registry: git.matsewe.de
username: ${{ secrets.DOCKER_USERNAME }} username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }} password: ${{ secrets.DOCKER_PASSWORD }}
@@ -50,6 +50,6 @@ jobs:
platforms: | platforms: |
linux/amd64 linux/amd64
push: true push: true
tags: | # replace it with your local IP and tags tags: |
git.matsewe.de/${{ env.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }} git.matsewe.de/${{ env.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }}
git.matsewe.de/${{ env.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:${{ env.DOCKER_LATEST }} git.matsewe.de/${{ env.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:${{ env.DOCKER_LATEST }}