Skip to content

Commit

Permalink
⁉️
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelcmtd committed Feb 2, 2024
1 parent d04fcae commit b6c08a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- run: ls -la
- uses: docker/build-push-action@v5
with:
push: true
context: .
platforms: linux/amd64,linux/arm64,linux/arm,linux/ppc64le,linux/s390x
tags: chrissx/kinkcheck.top:${{ github.ref_name }}

0 comments on commit b6c08a7

Please sign in to comment.