This commit is contained in:
Marko Oldenburg 2024-09-26 12:27:09 +02:00
parent 198633584e
commit d79ca90459

View File

@ -13,7 +13,7 @@ jobs:
env:
REGISTRY: git.cooltux.net
IMAGE: db/pg_dump
DOCKER_ORG: marko
DOCKER_ORG: ${{ secrets.DOCKER_USERNAME }}
steps:
- name: Checkout
uses: actions/checkout@v3
@ -58,4 +58,4 @@ jobs:
linux/amd64
push: true
tags: |
${{ env.REGISTRY }}/marko/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.get_version.outputs.tag }}
${{ env.REGISTRY }}/${{ secrets.DOCKER_USERNAME }}/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.get_version.outputs.tag }}