Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kriipke authored Mar 19, 2024
1 parent fcee477 commit 4f3f3db
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,20 @@ jobs:
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=sha
- name: debug vars
run: echo HEADREF Dockerfile.${{ github.head_ref }}


- name: debug ls
run: ls ./docker/Dockerfile.${{ github.head_ref }}


- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: docker
file: Dockerfile.${{ github.head_ref }}
context: ./docker
file: ./docker/Dockerfile.${{ github.head_ref }}
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 4f3f3db

Please sign in to comment.