Skip to content

Commit

Permalink
remove push images in PM workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dingp committed Jul 9, 2024
1 parent 65f2198 commit 669808a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-image_PM.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
cp ${{ github.workspace }}/acme/*.sh $build_dir
podman-hpc build -t ghcr.io/dingp/acme:latest -f Dockerfile .
- name: Log in to the Container registry and push the image
run: |
podman-hpc login -u ${{ github.actor }} -p ${{ secrets.GITHUB_TOKEN }}
podman-hpc push ghcr.io/dingp/acme:latest
#- name: Log in to the Container registry and push the image
#run: |
#podman-hpc login -u ${{ github.actor }} -p ${{ secrets.GITHUB_TOKEN }}
#podman-hpc push ghcr.io/dingp/acme:latest

0 comments on commit 669808a

Please # to comment.