Skip to content

Commit

Permalink
fix: ci publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ad2ien committed Mar 26, 2024
1 parent a5ccfda commit d000d5b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
uses: FranzDiebold/github-env-vars-action@v2.8.0

- name: Extract metadata (tags, labels) for Docker
id: docker_metadata
uses: docker/metadata-action@v5
with:
images: ${{ vars.DOCKER_HUB_USERNAME }}/eimis-keycloak
Expand All @@ -46,6 +47,10 @@ jobs:
username: ${{ vars.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_TOKEN }}

- name: Debug
run: |
echo ${{ steps.docker_metadata.outputs.tags }}
- name: Build and publish image(s)
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit d000d5b

Please sign in to comment.