Skip to content

Commit

Permalink
fix build_and_publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SpeckiJ committed Oct 21, 2024
1 parent e6a21d9 commit bf4bd50
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Publish Docker image
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
IMAGE_TAG: ${{ github.repository }}

on:
workflow_dispatch:
Expand Down Expand Up @@ -33,6 +34,11 @@ jobs:
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
with:
images: "${{ env.IMAGE_NAME }}"
- name: Build and push Docker image
uses: docker/build-push-action@v3
with:
Expand Down

0 comments on commit bf4bd50

Please sign in to comment.