Skip to content

Commit

Permalink
fix: docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Jan 23, 2022
1 parent 72ca13d commit da17351
Showing 1 changed file 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 @@ -23,7 +23,7 @@ jobs:
uses: docker/setup-buildx-action@v1

- name: Build image
run: docker buildx build --platform linux/arm/v7 --platform linux/arm64 --platform linux/amd64 .
run: docker buildx build --tag $IMAGE_NAME --platform linux/arm/v7 --platform linux/arm64 --platform linux/amd64 .
- name: Log into registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login docker.pkg.github.com -u ${{ github.actor }} --password-stdin
- name: Push image
Expand Down

0 comments on commit da17351

Please sign in to comment.