Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
reganmaharjan authored Apr 12, 2024
1 parent 4311157 commit 1df1195
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,10 @@ jobs:
dest="$repo:${{ matrix.arch }}"
date="$(date +%Y%m%d%H%M)"
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
docker build -t $dest --build-arg BASE=$base ./
docker build --platform linux/$arch -t $dest --build-arg BASE=$base ./
# docker tag $dest ghcr.io/$dest
docker tag $dest docker.io/$dest
echo 1 $dest
docker tag $dest $dest-$date
echo 2 $repo
docker images
# docker push --all-tags ghcr.io/$repo
docker push --all-tags docker.io/$repo
Expand Down

0 comments on commit 1df1195

Please sign in to comment.