Skip to content

Commit

Permalink
Automatic (outdated) images cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderM91 committed Oct 17, 2024
1 parent e54415c commit e667a5e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/cleanup-old-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,5 @@ jobs:
echo "Deleting image tag ${TAG_NAME} (last updated: ${LAST_UPDATED})"
# Uncomment the following lines to enable image deletion
# curl -X DELETE \
# -u "${{ secrets.DOCKER_USERNAME }}:${{ secrets.DOCKER_PASSWORD }}" \
# "https://hub.docker.com/v2/repositories/${REPO}/tags/${TAG_NAME}/"
fi
done

0 comments on commit e667a5e

Please sign in to comment.