Skip to content

Commit

Permalink
Removed cleanup
Browse files Browse the repository at this point in the history
- The version id must be obtained via rest api, it is not so simple
- At this moment there are no unreleased packages

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
  • Loading branch information
dmatej committed Aug 7, 2024
1 parent 89749cb commit 0e1397f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,6 @@ jobs:
docker buildx ls
docker buildx imagetools inspect ${{ env.IMAGE_ID }}:latest
- name: Undeploy Existing Package
uses: actions/delete-package-versions@v5
with:
owner: ${{ github.repository_owner }}
package-type: container
package-name: glassfish
package-version-ids: ${{ env.IMAGE_VERSION }}
token: ${{ secrets.GITHUB_TOKEN }}

- name: Build and Deploy
uses: docker/build-push-action@v6
with:
Expand Down

0 comments on commit 0e1397f

Please sign in to comment.