Skip to content

Commit

Permalink
Try to fix docker image publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mtnstar committed Oct 29, 2024
1 parent 5dd0638 commit ef3401c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Build images
run: |
docker build ./docker --file docker/${{ matrix.image }}.dockerfile --tag ${{ matrix.image }}
docker build ./docker --file docker/${{ matrix.image }}/Dockerfile --tag ${{ matrix.image }}
- name: Log into registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
Expand Down
File renamed without changes.

0 comments on commit ef3401c

Please sign in to comment.