Skip to content

Commit

Permalink
Squash image
Browse files Browse the repository at this point in the history
  • Loading branch information
A1EF committed Nov 14, 2024
1 parent e65f4c5 commit 19f2cf2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
- uses: actions/checkout@v4
- name: Build and push the image
run : |
docker buildx build --tag argocd-helm-plugin-setup .
docker container create --name bogus argocd-helm-plugin-setup
docker export bogus | docker import - ghcr.io/a1ef/argocd-helm-plugin-setup
docker login --username a1ef --password ${{ secrets.GITHUB_TOKEN }} ghcr.io
docker build --tag ghcr.io/a1ef/argocd-helm-plugin-setup .
docker push ghcr.io/a1ef/argocd-helm-plugin-setup

0 comments on commit 19f2cf2

Please sign in to comment.