Skip to content

Commit

Permalink
Hotfix Delete all containers from repository without tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailsimsek committed May 11, 2023
1 parent 7b022d3 commit ecc8bb8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,10 @@ jobs:
context: ./
file: ./Dockerfile
push: true
tags: ghcr.io/${{ github.repository_owner }}/debezium-server-iceberg:${{ env.RELEASE_NAME }}
tags: ghcr.io/${{ github.repository_owner }}/debezium-server-iceberg:${{ env.RELEASE_NAME }}

- name: Delete all containers from repository without tags
uses: dylanratcliffe/delete-untagged-containers@main
with:
package_name: debezium-server-iceberg
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ecc8bb8

Please sign in to comment.