Fix GitHub Actions workflow
This commit is contained in:
parent
22e836fbbf
commit
7316d95eb8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
||||||
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login docker.pkg.github.com -u ${{ github.actor }} --password-stdin
|
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login docker.pkg.github.com -u ${{ github.actor }} --password-stdin
|
||||||
|
|
||||||
- name: Build Image
|
- name: Build Image
|
||||||
run: docker build ./${{ matrix.image }} --tag alpine
|
run: docker build ./${{ matrix.image }} --tag ${{ matrix.image }}
|
||||||
|
|
||||||
- name: Push Image
|
- name: Push Image
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue