Skip to content

Commit

Permalink
Add dependency to build;
Browse files Browse the repository at this point in the history
  • Loading branch information
Centurix committed Jan 23, 2025
1 parent 013a68d commit 2dfd29b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:

build_docker_image:
name: Build & Push Docker image
needs: build
runs-on: ubuntu-latest
env:
IMAGE_NAME: ${{ github.repository }}
Expand Down Expand Up @@ -93,4 +94,4 @@ jobs:
with:
subject-name: ghcr.io/${{ env.IMAGE_NAME}}
subject-digest: ${{ steps.push.outputs.digest }}
push-to-registry: true
push-to-registry: true

0 comments on commit 2dfd29b

Please sign in to comment.