Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Suraj-kumar00 authored Feb 9, 2024
1 parent 27e9deb commit 89f4b36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
TIMESTAMP: ${{ github.event.head_commit.timestamp }}
run: |
docker buildx create --use
docker buildx build --platform linux/amd64,linux/arm64 -t <your-registry>/myplugin:${{ env.TIMESTAMP }} .
docker push <your-registry>/myplugin:${{ env.TIMESTAMP }}
docker buildx build --platform linux/amd64,linux/arm64 -t surajk00/myplugin:${{ env.TIMESTAMP }} .
docker push surajk00/myplugin:${{ env.TIMESTAMP }}

0 comments on commit 89f4b36

Please sign in to comment.