Skip to content

Commit

Permalink
standard docker push (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
dogi committed Aug 12, 2021
1 parent d24af42 commit 6d3d741
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,10 @@ jobs:
docker tag ghcr.io/$repo docker.io/$repo
docker tag ghcr.io/$repo ghcr.io/$repo-$date
docker tag docker.io/$repo docker.io/$repo-$date
docker push ghcr.io/$repo --all-tags
docker push docker.io/$repo --all-tags
docker push ghcr.io/$repo
docker push docker.io/$repo
docker push ghcr.io/$repo-$date
docker push docker.io/$repo-$date
docker images
echo "::set-output name=build::true"
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/force.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@ jobs:
docker tag ghcr.io/$repo docker.io/$repo
docker tag ghcr.io/$repo ghcr.io/$repo-$date
docker tag docker.io/$repo docker.io/$repo-$date
docker push ghcr.io/$repo --all-tags
docker push docker.io/$repo --all-tags
docker push ghcr.io/$repo
docker push docker.io/$repo
docker push ghcr.io/$repo-$date
docker push docker.io/$repo-$date
docker images
echo "::set-output name=build::true"
Expand Down

0 comments on commit 6d3d741

Please sign in to comment.