Skip to content

Commit

Permalink
Dude....!
Browse files Browse the repository at this point in the history
  • Loading branch information
btschwertfeger committed Jan 13, 2025
1 parent 94be7cc commit 786ea1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/_docker_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ name: Build and push Docker image
on:
workflow_call:
secrets:
DOCKER_USERNAME:
DOCKERHUB_USERNAME:
required: true
DOCKER_TOKEN:
DOCKERHUB_TOKEN:
required: true

env:
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
with:
images: |
btschwertfeger/kraken-infinity-grid
${{ env.IMAGE_NAME }}
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
- name: Build and push Docker images
Expand Down

0 comments on commit 786ea1b

Please sign in to comment.