Skip to content

Commit

Permalink
add name for step
Browse files Browse the repository at this point in the history
  • Loading branch information
KSkwarczynski committed Oct 14, 2024
1 parent afd213a commit 947442f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CDImage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ jobs:
docker push ghcr.io/${{ github.repository_owner }}/mach3:${{ matrix.tag_latest }}
fi
- uses: actions/delete-package-versions@v5
- name: Delete old images
uses: actions/delete-package-versions@v5
with:
package-name: 'mach3'
package-type: 'container'
Expand Down

0 comments on commit 947442f

Please sign in to comment.