Skip to content

Commit

Permalink
Update image copy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nexus-uw authored Jan 26, 2024
1 parent e24f364 commit d5b4630
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/image copy.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1 @@
name: multi arch build

on:
push:
branches: go

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v2
- name: install buildx
id: buildx
uses: crazy-max/ghaction-docker-buildx@v1
with:
version: latest
- name: login to docker hub
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
- name: build the image
run: |
docker buildx build \
--tag nexusuw/mokintoken:go --push \
--platform linux/amd64,linux/arm/v7,linux/arm64 .

0 comments on commit d5b4630

Please sign in to comment.